coracle/tsconfig.json

11 lines
171 B
JSON
Raw Normal View History

2023-02-03 23:01:29 +00:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
2023-07-03 14:18:51 +00:00
"paths": {
"src/*": ["src/*"]
}
2023-02-03 23:01:29 +00:00
},
2023-07-03 14:18:51 +00:00
"include": ["src/**/*"]
2023-02-03 23:01:29 +00:00
}