adevtool/test/tsconfig.json

10 lines
120 B
JSON
Raw Normal View History

2021-11-07 07:34:51 +01:00
{
"extends": "../tsconfig",
"compilerOptions": {
"noEmit": true
},
"references": [
{"path": ".."}
]
}