20 lines
335 B
JSON
20 lines
335 B
JSON
{
|
|
"extends": "@tooling/tsconfig/base",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"noEmit": true,
|
|
"declaration": false,
|
|
"resolveJsonModule": true,
|
|
"emitDeclarationOnly": false,
|
|
"allowJs": true,
|
|
"types": [
|
|
"vite/client"
|
|
]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.node.json"
|
|
}
|
|
]
|
|
}
|