This repository has been archived on 2024-01-24. You can view files and clone it, but cannot push or open issues or pull requests.
discard/tsconfig.json

10 lines
173 B
JSON
Raw Permalink Normal View History

2022-09-30 21:08:02 +00:00
{
2022-10-03 16:07:38 +00:00
"extends": "@tsconfig/svelte",
2022-09-30 21:08:02 +00:00
"include": ["src/**/*"],
2022-10-03 16:07:38 +00:00
"exclude": ["node_modules/*"],
2022-11-08 08:01:16 +00:00
"compilerOptions": {
"target": "esnext",
"incremental": true,
2022-11-08 08:01:16 +00:00
}
2022-09-30 21:08:02 +00:00
}