datamine/packages/config/package.json
2024-04-19 00:27:20 -04:00

15 lines
280 B
JSON

{
"name": "@datamine/config",
"version": "0.0.0",
"private": true,
"exports": {
"./typescript": {
"import": "./tsconfig.json",
"require": "./tsconfig.json"
},
"./biome": {
"import": "./biome.json",
"require": "./biome.json"
}
}
}