{ "compilerOptions": { "incremental": true, "target": "ES2020", "lib": ["ES2020", "DOM"], "module": "ES2020", "rootDir": "./src", "sourceMap": true, "outDir": "./web", "removeComments": false, "isolatedModules": true, "forceConsistentCasingInFileNames": true, "strict": true } }