OpenPanel/packages/devtools-ui/tsconfig.json
Stefan Pejcic 8595a9f4e5 back
2024-05-08 19:58:53 +02:00

14 lines
282 B
JSON

{
"include": ["src", "types"],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"types": ["node", "jest", "@testing-library/jest-dom"],
"rootDir": "./src",
"baseUrl": ".",
"paths": {
"@test/*": ["test/*"],
"@test": ["test"]
}
}
}