tsc-decorators/tsconfig.json
2021-07-21 23:37:51 -04:00

9 lines
128 B
JSON

{
"compilerOptions": {
"experimentalDecorators": true,
"checkJs": false,
"strict": true,
"noEmit": true
}
}