UNPKG

229 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "experimentalDecorators": true,
5 "emitDecoratorMetadata": true,
6 "declaration": true,
7 "target": "es5",
8 "noImplicitAny": true
9 },
10 "include": ["exports.ts"]
11}