mirror of
https://github.com/koush/scrypted.git
synced 2026-02-10 01:02:18 +00:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2019",
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
},
|
|
"exclude": [
|
|
"gen"
|
|
]
|
|
} |