pf2e-cards/tsconfig.json
Michal Kunc 2fd4e104b8
All checks were successful
continuous-integration/drone Build is passing
Initial commit
2022-04-06 10:46:44 +02:00

6 lines
138 B
JSON

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