This repository has been archived on 2021-11-08. You can view files and clone it, but cannot push or open issues or pull requests.
svelte-sharg/tsconfig.json

13 lines
210 B
JSON
Raw Normal View History

2021-09-26 16:04:20 +02:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
2021-09-26 21:02:02 +02:00
"target": "es2021",
2021-09-26 16:04:20 +02:00
"include": ["src/**/*"],
2021-09-27 18:22:35 +02:00
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
"compilerOptions": {
"strict": true
}
2021-09-26 16:04:20 +02:00
}