18 строки
299 B
JSON
18 строки
299 B
JSON
|
{
|
|||
|
"compilerOptions": {
|
|||
|
"module": "none",
|
|||
|
"declaration": true,
|
|||
|
"diagnostics": true,
|
|||
|
"noImplicitAny": true,
|
|||
|
"outFile": "WasmScripts/CyberTruck.js",
|
|||
|
//"inlineSourceMap": true,
|
|||
|
"locale": "en-US",
|
|||
|
"target": "es6"
|
|||
|
},
|
|||
|
"include": [
|
|||
|
"ts/**/*",
|
|||
|
"tsBindings/**/*"
|
|||
|
]
|
|||
|
}
|
|||
|
|