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

11 lines
213 B
JSON
Raw Normal View History

{
"extends": "@tsconfig/svelte/tsconfig.json",
2020-09-26 18:22:08 +02:00
"compilerOptions": {
// "target": "ES2019"
"strict": true
},
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
2020-09-26 18:22:08 +02:00
}