Files
govoplan-core/webui/tsconfig.module-tests.json
2026-06-25 19:58:20 +02:00

23 lines
521 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM"],
"strict": true,
"skipLibCheck": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"forceConsistentCasingInFileNames": true,
"module": "CommonJS",
"moduleResolution": "Node",
"noEmit": false,
"outDir": ".module-test-build",
"rootDir": ".",
"jsx": "react-jsx"
},
"include": [
"tests/module-capabilities.test.ts",
"src/platform/moduleLogic.ts",
"src/types.ts"
]
}