Files
scrypted/plugins/core/client/tsconfig.json
Koushik Dutta a46b2811ed initial commit
2021-08-24 21:22:41 -07:00

12 lines
233 B
JSON

{
"compilerOptions": {
"esModuleInterop": true,
"sourceMap": true,
"target": "esnext",
"module": "commonjs",
"declaration": true,
"outDir": "./dist",
"strict": true
}
}