mirror of
https://github.com/zoriya/v10.git
synced 2026-08-08 23:27:58 +00:00
10 lines
202 B
JSON
10 lines
202 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declarationDir": "types"
|
|
},
|
|
"references": [{ "path": "../utils" }],
|
|
"include": ["src/core/**/*.ts"]
|
|
}
|