From 0925244eac377e7caee428df5321cf2796aef04b Mon Sep 17 00:00:00 2001 From: Nirjan Khadka Date: Fri, 30 Oct 2020 14:37:11 +0545 Subject: [PATCH] remove module and rootDir from the compilerOptions --- sample.tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/sample.tsconfig.json b/sample.tsconfig.json index d2d16f0..a2f9350 100644 --- a/sample.tsconfig.json +++ b/sample.tsconfig.json @@ -2,11 +2,9 @@ "compileOnSave": true, "compilerOptions": { "target": "es2020", - "module": "commonjs", "lib": ["es2020", "DOM"], "allowJs": true, "outDir": "build", - "rootDir": "src", "strict": false, "esModuleInterop": true, "resolveJsonModule": true