mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
11 lines
232 B
JSON
11 lines
232 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Core Library",
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"composite": true,
|
|
},
|
|
}
|