14 lines
208 B
JSON
14 lines
208 B
JSON
{
|
|
"extends": "@tooling/tsconfig/base",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"noEmit": true,
|
|
"declaration": false,
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|