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

9 lines
162 B
JSON
Raw Normal View History

2021-09-26 16:04:20 +02:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"target": "ESNEXT",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
}