15 lines
280 B
JSON
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"
|
|
}
|
|
}
|
|
}
|