aw-lights/web/tsconfig.json
2021-08-10 08:26:31 -04:00

6 lines
138 B
JSON

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