VTable/packages/vtable/tsconfig.eslint.json

17 lines
400 B
JSON
Raw Normal View History

2023-06-05 10:48:40 +00:00
{
"extends": "@internal/ts-config/tsconfig.base.json",
"compilerOptions": {
"types": ["jest", "offscreencanvas", "node"],
"lib": ["DOM", "ESNext"],
"baseUrl": "./",
2023-11-20 09:24:43 +00:00
"rootDir": "./",
"paths": {
"@visactor/vtable-editors": [
"../vtable-editors/src"
]
}
2023-06-05 10:48:40 +00:00
},
"include": ["src", "__tests__", "examples", "site-demo"],
"exclude": ["bugserver-config"]
}