{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "bundler", "rootDir": "./src/backend", "strict": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "sourceMap": true, "removeComments": true, "noEmitOnError": true, "noImplicitAny": false } }