Created
April 26, 2017 07:58
-
-
Save cod3cow/06a5e59fdf1df9204b9401577572da14 to your computer and use it in GitHub Desktop.
tsconfig.json for angular2 with lib:dom to find localStorage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"compileOnSave": false, | |
"compilerOptions": { | |
"outDir": "../dist/out-tsc", | |
"sourceMap": true, | |
"declaration": false, | |
"moduleResolution": "node", | |
"emitDecoratorMetadata": true, | |
"experimentalDecorators": true, | |
"lib": [ | |
"es2016", | |
"dom" | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If your favorite editor "cannot find name localStorage"