VChart/packages/vchart-extension/tsconfig.json
2024-06-03 16:30:03 +08:00

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"]
}