mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 08:42:19 +00:00
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"module": "commonjs",
|
|
"target": "ESNext",
|
|
"noImplicitAny": true,
|
|
"outDir": "./dist",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
} |