mirror of
https://github.com/thilo-behnke/wasm-pong.git
synced 2026-07-11 02:29:25 +00:00
6 lines
164 B
JSON
6 lines
164 B
JSON
{
|
|
"extends": "@tsconfig/svelte/tsconfig.json",
|
|
"include": ["src/**/*", "src/node_modules/**/*"],
|
|
"exclude": ["node_modules/*", "__sapper__/*", "static/*"],
|
|
}
|