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