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

9 lines
167 B
JSON

{
"include": ["src", "types", "refine.config.js"],
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"rootDir": "./src",
"baseUrl": "."
}
}