mirror of
https://github.com/VisActor/VChart
synced 2024-11-21 15:38:37 +00:00
16 lines
307 B
JSON
16 lines
307 B
JSON
{
|
|
"extends": "@internal/ts-config/tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["jest", "offscreencanvas", "node"],
|
|
"baseUrl": "./",
|
|
"rootDir": "./src"
|
|
},
|
|
"ts-node": {
|
|
"transpileOnly": true,
|
|
"compilerOptions": {
|
|
"module": "commonjs"
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
}
|