mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 06:03:27 +00:00
13 lines
265 B
JSON
13 lines
265 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "Node16",
|
|
"target": "ES2021",
|
|
"resolveJsonModule": true,
|
|
"moduleResolution": "Node16",
|
|
"esModuleInterop": true,
|
|
"sourceMap": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
} |