Files
x-api-cost-crisis-for-indie…/tsconfig.json
T

15 lines
353 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"outDir": "dist-test",
"rootDir": ".",
"types": ["node", "chrome"]
},
"include": ["src/**/*", "test/**/*"]
}