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