mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-06 21:54:01 -05:00
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Library (Build)",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"sourceMap": true,
|
|
"noEmit": false
|
|
}
|
|
}
|