mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-06 21:54:01 -05:00
14 lines
351 B
JSON
14 lines
351 B
JSON
{
|
|
"name": "@sim/tsconfig",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"license": "Apache-2.0",
|
|
"description": "Shared TypeScript configurations for Sim monorepo",
|
|
"exports": {
|
|
"./base.json": "./base.json",
|
|
"./nextjs.json": "./nextjs.json",
|
|
"./library.json": "./library.json",
|
|
"./library-build.json": "./library-build.json"
|
|
}
|
|
}
|