mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
11 lines
209 B
JSON
11 lines
209 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "node",
|
|
"target": "esnext",
|
|
"esModuleInterop": true,
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |