diff options
| author | mat <github@matdoes.dev> | 2022-12-15 14:59:56 -0600 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-12-15 14:59:56 -0600 |
| commit | 6e723aadf6de45a79b4ef64d288ea275628232c5 (patch) | |
| tree | c27bcc33aefa9212baf6f3d9c2eb1af88d6c5105 /tsconfig.json | |
| parent | 89bf3d31e36ad3bdfd45461ee6fb69a4c791f848 (diff) | |
| download | skyblock-stats-6e723aadf6de45a79b4ef64d288ea275628232c5.tar.gz skyblock-stats-6e723aadf6de45a79b4ef64d288ea275628232c5.tar.bz2 skyblock-stats-6e723aadf6de45a79b4ef64d288ea275628232c5.zip | |
start updating to sveltekit v1
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/tsconfig.json b/tsconfig.json index fd1739c..78233be 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,11 @@ "compilerOptions": { "moduleResolution": "node", "module": "es2020", - "lib": ["es2020", "DOM", "DOM.Iterable"], + "lib": [ + "es2020", + "DOM", + "DOM.Iterable" + ], "target": "es2020", /** svelte-preprocess cannot figure out whether you have a value or a type, so tell TypeScript @@ -27,13 +31,14 @@ "baseUrl": ".", "allowJs": true, "checkJs": true, - "paths": { - "$lib": ["src/lib"], - "$lib/*": ["src/lib/*"] - }, "strictNullChecks": true, "outDir": "dist", }, - "include": ["src/**/*.d.ts", "src/**/*.js", "src/**/*.ts", "src/**/*.svelte"], + "include": [ + "src/**/*.d.ts", + "src/**/*.js", + "src/**/*.ts", + "src/**/*.svelte" + ], "extends": "./.svelte-kit/tsconfig.json" -} +}
\ No newline at end of file |
