chore(TypeScript): demo for typescript

This commit is contained in:
harttle
2019-02-17 14:22:13 +08:00
parent 677e8511e6
commit 7ee87008c7
22 changed files with 9062 additions and 53 deletions
+2 -4
View File
@@ -3,8 +3,8 @@
"target": "es5",
"module":"CommonJS",
"lib": ["es2015", "es2016", "es2017", "dom"],
"allowJs": true,
"sourceMap": true,
"declaration": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
@@ -14,8 +14,6 @@
"src/*": ["src/*"]
}
},
"include": [
"src", "test"
],
"include": [ "src", "test" ],
"exclude": [ "node_modules", "dist" ]
}