mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-11-23 10:01:58 +03:00
15 lines
406 B
JSON
15 lines
406 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"checkJs": true,
|
||
|
"module": "CommonJS",
|
||
|
"typeRoots": [
|
||
|
"./applications/system/js_app/types"
|
||
|
],
|
||
|
"noLib": true,
|
||
|
},
|
||
|
"include": [
|
||
|
"./applications/system/js_app/examples/apps/Scripts",
|
||
|
"./applications/debug/unit_tests/resources/unit_tests/js",
|
||
|
"./applications/system/js_app/types/global.d.ts",
|
||
|
]
|
||
|
}
|