tauri/tooling/cli/templates/plugin/with-api/examples/svelte-app/tsconfig.json

7 lines
139 B
JSON
Raw Normal View History

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