init framework
This commit is contained in:
23
source/tsconfig.json
Normal file
23
source/tsconfig.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "system",
|
||||
"target": "es5",
|
||||
"declaration": true,
|
||||
"sourceMap": false,
|
||||
"removeComments": true,
|
||||
"outFile": "./framework.js",
|
||||
"lib": [
|
||||
"es5",
|
||||
"dom",
|
||||
"es2015.promise",
|
||||
"es6"
|
||||
] ,
|
||||
},
|
||||
"include": [
|
||||
"src",
|
||||
"lib"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user