This repository has been archived on 2023-10-27. You can view files and clone it, but cannot push or open issues or pull requests.
scoresaber-reloaded/tsconfig.json

7 lines
139 B
JSON
Raw Normal View History

2023-10-17 20:42:37 +00:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["src/**/*"],
"exclude": ["node_modules/*", "__sapper__/*", "public/*"]
2023-10-17 22:38:18 +00:00
}