Files
infocom-systems-design/node_modules/@zenuml/core/tsconfig.test.json
2025-10-03 22:27:28 +03:00

10 lines
279 B
JSON

{
"extends": "./tsconfig.app.json",
"compilerOptions": {
"jsx": "react-jsx",
"types": ["node", "jsdom", "vitest/globals", "@testing-library/jest-dom"]
},
"include": ["test/**/*.ts", "test/**/*.tsx", "src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules"]
}