OpenAuth_server/Frontend/tsconfig.json

6 lines
100 B
JSON
Raw Normal View History

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