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