mirror of
https://github.com/koush/scrypted.git
synced 2026-02-12 01:54:27 +00:00
14 lines
282 B
JSON
14 lines
282 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "ES2020",
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
"outDir": "dist"
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
],
|
|
} |