aboutsummaryrefslogtreecommitdiffstats
path: root/old-apps/frontpage/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'old-apps/frontpage/tsconfig.json')
-rw-r--r--old-apps/frontpage/tsconfig.json28
1 files changed, 0 insertions, 28 deletions
diff --git a/old-apps/frontpage/tsconfig.json b/old-apps/frontpage/tsconfig.json
deleted file mode 100644
index 374cec6..0000000
--- a/old-apps/frontpage/tsconfig.json
+++ /dev/null
@@ -1,28 +0,0 @@
-{
- "include": [
- "./**/*.d.ts",
- "./**/*.ts",
- "./**/*.js",
- "./**/*.svelte"
- ],
- "exclude": [
- "./node_modules"
- ],
- "extends": "./.svelte-kit/tsconfig.json",
- "compilerOptions": {
- "target": "esnext",
- "useDefineForClassFields": true,
- "module": "esnext",
- "moduleResolution": "node",
- "allowJs": true,
- "checkJs": false,
- "paths": {
- "$routes/*": [
- "./src/pages/*"
- ],
- "$shared/*": [
- "../web-shared/src/*"
- ]
- }
- }
-}