VTable/packages/vtable-editors/tsconfig.eslint.json
2023-11-10 18:13:12 +08:00

12 lines
266 B
JSON

{
"extends": "@internal/ts-config/tsconfig.base.json",
"compilerOptions": {
"types": ["jest", "offscreencanvas", "node"],
"lib": ["DOM", "ESNext"],
"baseUrl": "./",
"rootDir": "./"
},
"include": ["src"]
// "exclude": ["bugserver-config"]
}