fix tsconfig

This commit is contained in:
vsavkin 2017-08-30 14:34:13 -04:00
parent aae6389da1
commit bcad0f7056

View File

@ -10,12 +10,13 @@
"skipLibCheck": true, "skipLibCheck": true,
"lib": [ "lib": [
"es2017" "es2017"
] ],
}, "baseUrl": ".",
"path": { "paths": {
"@nrwl/schematics": [ "@nrwl/schematics": [
"packages/schematics/index" "./packages/schematics"
] ]
}
}, },
"exclude": [ "exclude": [
"tmp", "tmp",