luoxu-api-pub/tsconfig.json
2022-06-18 06:08:30 +00:00

6 lines
138 B
JSON

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