stirling-tools--stirling-pdf
10 行
166 B
JSON
10 行
166 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@app/*": ["./src/core/*"]
|
|
}
|
|
},
|
|
"exclude": ["src/proprietary", "src/desktop"]
|
|
}
|