pswui/packages/cli/test/tsconfig.json
2024-06-06 19:00:53 +09:00

10 lines
120 B
JSON

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