mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 09:03:35 -04:00
* Move web2 -> web -- this was an artifact from the original fork where I wanted to keep the original webapp running side by side. We've expanded the scope a lot since then and it doesn't make sense to keep this name * Remove old/ directory - this was leftover from the fork as well * Remove various files like PR template (we'll make a new one when we're ready) and CODE_OF_CONDUCT
11 lines
213 B
JSON
11 lines
213 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|