LightControl/tsconfig.json
2021-01-18 16:05:07 +08:00

16 lines
307 B
JSON

{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"sourceMap": true,
"experimentalDecorators": true,
"esModuleInterop": true,
"typeRoots": [
"./node_modules/@types"
],
},
"include": [
"src/**/*"
],
}