formatting fixes

This commit is contained in:
pngwn 2022-02-16 11:01:23 +00:00
parent 45ae0e8791
commit edf49268c8

View File

@ -19,7 +19,7 @@
"baseUrl": ".",
"allowJs": true,
"checkJs": true,
"outDir": "dist"
"outDir": "dist"
},
"exclude": ["**/dist/**/*", "**/public/**/*", "**/*.config.js", "dist"],
"include": ["**/*.d.ts", "**/*.js", "**/*.ts", "**/*.svelte"]