12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "@furtherverse/tsconfig",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
"./base.json": "./base.json",
|
|
"./bun.json": "./bun.json",
|
|
"./react.json": "./react.json"
|
|
}
|
|
}
|