mirror of
https://github.com/koush/scrypted.git
synced 2026-04-25 17:30:24 +01:00
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "esnext",
|
|
"noImplicitAny": true,
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"declaration": true,
|
|
},
|
|
}
|