pingql/apps/status/tsconfig.json

17 lines
357 B
JSON

{
"compilerOptions": {
"lib": ["ESNext"],
"module": "ESNext",
"moduleResolution": "Bundler",
"target": "ESNext",
"strict": true,
"skipLibCheck": true,
"types": ["bun"],
"allowImportingTsExtensions": true,
"noEmit": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true
},
"include": ["src"]
}