Files
esengine/demo/tsconfig.json

19 lines
357 B
JSON
Raw Permalink Normal View History

2020-06-08 11:49:45 +08:00
{
"compilerOptions": {
"target": "es5",
"outDir": "bin-debug",
"experimentalDecorators": true,
2020-06-09 19:45:09 +08:00
"emitDecoratorMetadata": true,
2020-06-08 11:49:45 +08:00
"lib": [
"es5",
"dom",
2020-06-09 19:45:09 +08:00
"es2015.promise",
"es6"
2020-06-08 11:49:45 +08:00
],
"types": []
},
"include": [
"src",
"libs"
]
}