Files
govoplan-core/webui/tsconfig.conformance.json
T

8 lines
152 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"types": ["node"]
},
"include": ["src", "conformance", "vite.conformance.config.ts"]
}