OpenPanel/packages/react-table/tsconfig.json

13 lines
258 B
JSON
Raw Normal View History

2024-05-08 17:58:53 +00:00
{
"include": ["src", "types"],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"rootDir": "./src",
"baseUrl": ".",
"paths": {
"@test/*": ["test/*"],
"@test": ["test"]
}
}
}