13 lines
242 B
JSON
13 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["ESNext"],
|
|
"types": ["node", "bun-types"]
|
|
},
|
|
"include": ["src/**/*", "tests/**/*"]
|
|
}
|