Files
wursor/packages/origin-graph/tsconfig.json
T
2026-04-23 09:39:01 +01:00

9 lines
157 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"noEmit": true
},
"include": ["src", "__tests__"],
"exclude": ["node_modules"]
}