UNPKG

203 BJavaScriptView Raw
1module.exports = `
2{
3 "compilerOptions": {
4 "module": "commonjs",
5 "target": "es6",
6 "outDir": "dist",
7 "emitDecoratorMetadata": true,
8 "experimentalDecorators": true,
9 },
10}
11`;
\No newline at end of file