mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 00:12:13 +00:00
12 lines
230 B
JSON
12 lines
230 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "esnext",
|
|
"moduleResolution": "Node16",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |