mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 13:48:14 +00:00
11 lines
225 B
JSON
11 lines
225 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"lib": ["ES2022", "WebWorker"],
|
|
"declarationDir": "types"
|
|
},
|
|
"include": ["src/**/*.ts"],
|
|
"exclude": ["src/dom/**/*.ts"]
|
|
}
|