UNPKG

224 BJSONView Raw
1{
2 "compilerOptions": {
3 "emitDecoratorMetadata": true,
4 "experimentalDecorators": true,
5 "module": "amd",
6 "target": "ES6"
7 },
8 "exclude": [
9 "docs",
10 "examples",
11 "node_modules"
12 ]
13}