mirror of
https://github.com/VisActor/VChart
synced 2024-11-22 17:26:19 +00:00
11 lines
242 B
JSON
11 lines
242 B
JSON
{
|
|
"extends": "@internal/ts-config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "offscreencanvas", "node"],
|
|
"lib": ["DOM", "ESNext"],
|
|
"baseUrl": "./",
|
|
"rootDir": "./"
|
|
},
|
|
"include": ["src", "__tests__"]
|
|
}
|