mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 15:38:37 +00:00
12 lines
279 B
JSON
12 lines
279 B
JSON
|
{
|
||
|
"extends": "@internal/ts-config/tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"types": ["jest", "offscreencanvas", "node"],
|
||
|
"lib": ["DOM", "ESNext"],
|
||
|
"baseUrl": "./",
|
||
|
"rootDir": "./"
|
||
|
},
|
||
|
"include": ["src", "__tests__"]
|
||
|
// "exclude": ["bugserver-config"]
|
||
|
}
|