Spaces:
Running
Running
File size: 224 Bytes
eddbda3 | 1 2 3 4 5 6 7 8 9 10 11 | {
"extends": "./tsconfig.json",
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "dom"],
"types": ["bun-types"],
"incremental": false
},
"include": ["**/__tests__/**/*.ts", "src/**/*.ts"]
}
|