mirror of
https://github.com/zoriya/v10.git
synced 2026-08-07 14:48:09 +00:00
14 lines
250 B
JSON
14 lines
250 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"lib": ["ES2020"],
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"references": [{ "path": "./src/dom" }],
|
|
"include": ["src"],
|
|
"exclude": ["src/dom"]
|
|
}
|