This repository has been archived on 2021-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
graf-uloh/frontend/tsconfig.json

13 lines
268 B
JSON
Raw Normal View History

{
"extends": "@tsconfig/svelte/tsconfig.json",
2020-09-26 18:22:08 +02:00
"compilerOptions": {
// "target": "ES2019"
2020-10-13 17:30:49 +02:00
"strict": true,
"types": ["jest", "node"],
"module": "esnext"
2020-09-26 18:22:08 +02:00
},
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
2020-09-26 18:22:08 +02:00
}