learndb/tsconfig.json

5 wiersze
128 B
JSON

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