mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
11 lines
262 B
JSON
11 lines
262 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ES2022", "WebWorker"],
|
|
"declarationDir": "types"
|
|
},
|
|
"references": [{ "path": "../utils" }, { "path": "../store" }],
|
|
"include": ["src/core/**/*.ts"]
|
|
}
|