2024-12-01 17:57:24 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"types": ["bun-types"],
|
|
|
|
"lib": ["esnext"],
|
|
|
|
"target": "esnext",
|
|
|
|
"module": "esnext",
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
"moduleDetection": "force",
|
|
|
|
"jsx": "react",
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"noEmit": true,
|
|
|
|
"strict": true
|
|
|
|
},
|
2024-12-01 23:11:10 +00:00
|
|
|
"include": ["./scripts/*.js", "src/**/*.js"]
|
2024-12-01 17:57:24 +00:00
|
|
|
}
|