diff --git a/tsconfig.json b/tsconfig.json index 3620011..66f7949 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "ES2020", - "module": "ES2020", + "module": "none", "lib": ["ES2020", "DOM"], "outDir": "./web/static", "rootDir": "./web/src", @@ -9,8 +9,6 @@ "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, - "moduleResolution": "node", - "resolveJsonModule": true, "declaration": false, "sourceMap": false, "noUnusedLocals": true,