Disable browser APIs in TypeScript project
This commit is contained in:
parent
eaaa258fbd
commit
996a2f8928
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2016",
|
||||
"lib": [ "ES2016" ],
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
|
|
Loading…
Reference in a new issue