Files
scrypted/sdk/types/tsconfig.typedoc.json
2022-09-24 11:31:02 -07:00

10 lines
213 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ESNext",
"noImplicitAny": true,
"esModuleInterop": true,
"sourceMap": true,
"declaration": true,
},
}