mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
* feat: small refactor * fix: appimage build script * fix: add NO_STRIP to AppImage build * fix: build and dev mode from refactor * fix: submodule step 1 * fix: submodules step 2
5 lines
127 B
JSON
5 lines
127 B
JSON
{
|
|
// https://nuxt.com/docs/guide/concepts/typescript
|
|
"extends": "./.nuxt/tsconfig.json",
|
|
"exclude": ["src-tauri/**/*"]
|
|
}
|