mirror of
https://github.com/koush/scrypted.git
synced 2026-03-06 03:12:00 +00:00
16 lines
337 B
JSON
16 lines
337 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"module": "ESNext",
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|