ejson2
Version:
Extended JSON Evolved
29 lines (28 loc) • 585 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"allowUnreachableCode": true,
"declaration": true,
"esModuleInterop": true,
"incremental": true,
"jsx": "react",
"module": "CommonJS",
"moduleResolution": "node",
"noImplicitAny": false,
"noUnusedLocals": false,
"outDir": "./lib",
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"target": "ES2021",
"typeRoots": [
"./node_modules/bun-types",
]
},
"include": [
"src/**/*"
],
"exclude": [
"src/**/*.test.ts"
]
}