Files
cli/test/tsconfig.json
2024-06-03 21:55:29 -06:00

10 lines
120 B
JSON

{
"extends": "../tsconfig",
"compilerOptions": {
"noEmit": true
},
"references": [
{"path": ".."}
]
}