OpenPanel/packages/devtools-shared/tsconfig.json

14 lines
282 B
JSON
Raw Normal View History

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