bw-hspc-contest-env/extension/bwcontest/webviews/tsconfig.json

7 lines
167 B
JSON
Raw Permalink Normal View History

2023-05-06 00:01:27 -04:00
{
"extends": "@tsconfig/svelte/tsconfig.json",
"include": ["./**/*"],
"exclude": ["../node_modules/*"],
"compilerOptions": { "strict": true, "sourceMap": true }
2023-05-06 00:01:27 -04:00
}