mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
16 lines
350 B
JSON
16 lines
350 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"noImplicitAny": true,
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"inlineSources": true,
|
|
"declaration": true,
|
|
"resolveJsonModule": true,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
} |