chore(typescript): ship to TypeScript

This commit is contained in:
harttle
2019-02-14 22:33:45 +08:00
parent c8de8bcde2
commit c37b330751
64 changed files with 812 additions and 1621 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"compilerOptions": {
"target": "es5",
"module":"CommonJS",
"lib": ["es2015", "es2016", "es2017", "dom"],
"allowJs": true,
"sourceMap": true,
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
"include": [
"src"
]
}