[New Feature] Apply graph strategy

This commit is contained in:
Qolzam
2018-01-12 13:40:59 +07:00
parent 7231c59f92
commit e38dbc9fd3
169 changed files with 2931 additions and 2580 deletions

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"module": "es6",
"target": "es6",
"lib": ["es6", "dom"],
"lib": ["es7", "dom"],
"types": ["reflect-metadata"],
"allowSyntheticDefaultImports": true, // see below
"baseUrl": "./src/", // enables you to import relative to this folder