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
|
|
|
|
},
|
|
|
|
"include": [
|
|
|
|
"./scripts/*.js",
|
2024-12-01 22:27:17 +00:00
|
|
|
"src/**/*.js"
|
2024-12-01 17:57:24 +00:00
|
|
|
]
|
|
|
|
}
|