UNPKG

257 BJSONView Raw
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es6",
5 "outDir": "dist",
6 "emitDecoratorMetadata": true,
7 "experimentalDecorators": true
8 },
9 "include": [
10 "src/**/*"
11 ],
12 "exclude": [
13 "node_modules"
14 ]
15}
\No newline at end of file