mirror of
https://github.com/zoriya/v10.git
synced 2026-08-06 22:28:24 +00:00
13 lines
227 B
JSON
13 lines
227 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"references": [{ "path": "./src/dom" }],
|
|
"include": ["src"]
|
|
}
|