monorepo/otg/pwa/tsconfig.json

14 lines
269 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ESNext",
"module": "commonjs",
"rootDir": "./src",
"outDir": "./dist",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
}
}