nexmoe--vidbee
18 行
370 B
JSON
18 行
370 B
JSON
{
|
|
"files": [],
|
|
"references": [
|
|
{ "path": "./tsconfig.node.json" },
|
|
{ "path": "./tsconfig.web.json" }
|
|
],
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@renderer/*": ["src/renderer/src/*"],
|
|
"@shared/*": ["src/shared/*"]
|
|
},
|
|
"strictNullChecks": true
|
|
}
|
|
}
|