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
2020-09-26 16:23:47 +00:00

10 lines
213 B
JSON

{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
// "target": "ES2019"
"strict": true
},
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"],
}