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