kingoftime-cli/test/tsconfig.json

10 lines
120 B
JSON
Raw Normal View History

2023-04-14 13:13:50 +00:00
{
"extends": "../tsconfig",
"compilerOptions": {
"noEmit": true
},
"references": [
{"path": ".."}
]
}