Files
scrypted/sdk/tsconfig.json
2021-10-10 18:42:02 -07:00

12 lines
240 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "esnext",
"noImplicitAny": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,
"lib": ["ESNext"]
},
}