mirror of
https://github.com/colanode/colanode.git
synced 2026-09-02 12:10:59 +02: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
|
|
}
|
|
}
|