mirror of
https://github.com/5rahim/seanime
synced 2026-04-25 22:34:56 +02:00
13 lines
224 B
JSON
13 lines
224 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"rsbuild.config.ts"
|
|
]
|
|
}
|