test/apps/admin/tsconfig.json

13 lines
285 B
JSON
Raw Permalink Normal View History

2024-05-07 16:24:43 +00:00
{
"extends": "@3rapp/code-config/typescript/react.json",
"compilerOptions": {
"outDir": "./dist",
"baseUrl": "./",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}