mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "esnext",
|
|
"noImplicitAny": true,
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"moduleResolution": "Node16",
|
|
"strict": true,
|
|
"strictPropertyInitialization": false,
|
|
"strictNullChecks": false,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
} |