mirror of
https://github.com/VisActor/VTable
synced 2024-11-22 10:03:28 +00:00
24 lines
439 B
JSON
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"]
|
|
} |