UNPKG

255 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "experimentalDecorators": true,
5 "emitDecoratorMetadata": true,
6 "declaration": true,
7 "target": "es5",
8 "noImplicitAny": true,
9 "outDir": "dist/lib"
10 },
11 "include": ["src/ts/**/*"]
12}
\No newline at end of file