mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-03-04 12:18:58 +00:00
feat(create-turbo): apply official-starter transform
This commit is contained in:
10
turbo-svelte/packages/ui/tsconfig.json
Normal file
10
turbo-svelte/packages/ui/tsconfig.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extends": ["@repo/typescript-config/svelte.json", "./.svelte-kit/tsconfig.json"],
|
||||
"compilerOptions": {
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"allowArbitraryExtensions": true
|
||||
},
|
||||
"include": ["dist", "./src/**/*.svelte", "./src/**/*.ts"],
|
||||
"exclude": ["node_modules", ".svelte-kit"]
|
||||
}
|
||||
Reference in New Issue
Block a user