UNPKG

292 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "moduleResolution": "node",
5 "declaration": true,
6 "inlineSourceMap": true,
7 "experimentalDecorators": true,
8 "emitDecoratorMetadata": true,
9 "target": "ES5"
10 },
11 "exclude": [
12 "node_modules",
13 ".vscode",
14 "output"
15 ]
16}
\No newline at end of file