[New Feature] Apply graph strategy
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user