Disable browser APIs in TypeScript project

This commit is contained in:
Sam Vervaeck 2023-07-01 01:25:18 +02:00
parent eaaa258fbd
commit 996a2f8928
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -1,6 +1,7 @@
{ {
"compilerOptions": { "compilerOptions": {
"target": "ES2016", "target": "ES2016",
"lib": [ "ES2016" ],
"module": "commonjs", "module": "commonjs",
"moduleResolution": "node", "moduleResolution": "node",
"declaration": true, "declaration": true,