Removed config from tsconfig

This commit is contained in:
2022-12-30 00:56:58 +01:00
parent 4e19c9cea7
commit b2fd28c487

View File

@@ -9,8 +9,4 @@
"sourceMap": true, "sourceMap": true,
"strict": true "strict": true
} }
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
//
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
// from the referenced tsconfig.json - TypeScript does not merge them in
} }