VTable/packages/openinula-vtable/tsconfig.json
2024-03-14 11:06:48 +08:00

24 lines
439 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"]
}