forked from circlecloud/tera
1
0
Fork 0
tera/tsconfig.json

14 lines
281 B
JSON

{
"compilerOptions": {
"outDir": "dist",
"allowJs": true,
"target": "es5",
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"include": [
"./src/**/*",
"./src/**/**/*",
"global.d.ts"
]
}