VTable/packages/vue-vtable/tsconfig.json
2024-09-04 17:48:22 +08:00

24 lines
435 B
JSON

{
"extends": "@internal/ts-config/tsconfig.base.json",
"compilerOptions": {
"jsx": "react",
"types": ["jest", "offscreencanvas", "node"],
"lib": ["DOM", "ESNext"],
"baseUrl": "./",
"rootDir": "./src",
"paths": {}
},
"ts-node": {
"transpileOnly": true,
"compilerOptions": {
"module": "commonjs"
}
},
"references": [
{
"path": "../vtable"
}
],
"include": ["src"]
}