init framework
This commit is contained in:
17
demo/tsconfig.json
Normal file
17
demo/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"outDir": "bin-debug",
|
||||
"experimentalDecorators": true,
|
||||
"lib": [
|
||||
"es5",
|
||||
"dom",
|
||||
"es2015.promise"
|
||||
],
|
||||
"types": []
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
"libs"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user