mirror of
https://github.com/colanode/colanode.git
synced 2025-12-25 07:59:35 +01:00
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Scripts",
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|