mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 00:39:56 +00:00
12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"sourceMap": true,
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"outDir": "./dist",
|
|
"strict": true
|
|
}
|
|
}
|