mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
16 lines
353 B
JSON
16 lines
353 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"types": [
|
|
"node"
|
|
],
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"strictNullChecks": false,
|
|
"noImplicitAny": false,
|
|
"strict": false
|
|
},
|
|
} |