Bundled Plugins: fix build issues with DirectInput (#23640)
* pass query error * and the root * not optional * building bundled plugin * missing file * remove other branch * fix prettier
This commit is contained in:
@@ -4,6 +4,6 @@
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"baseUrl": "./src",
|
||||
"typeRoots": ["./node_modules/@types"]
|
||||
"typeRoots": ["./node_modules/@types", "../../../node_modules/@types"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user