14 lines
289 B
JSON
14 lines
289 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"allowJs": false,
|
|
"noEmit": true,
|
|
"types": ["bun"],
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts", "scripts/**/*.ts", "tests/**/*.ts"]
|
|
}
|