OpenPanel/packages/react-table/tsconfig.json
2024-02-05 10:23:04 +01:00

13 lines
258 B
JSON

{
"include": ["src", "types"],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"rootDir": "./src",
"baseUrl": ".",
"paths": {
"@test/*": ["test/*"],
"@test": ["test"]
}
}
}