mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
16 lines
386 B
JSON
Executable file
16 lines
386 B
JSON
Executable file
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Node 14",
|
|
"_version": "14.1.0",
|
|
|
|
"compilerOptions": {
|
|
"lib": ["es2020"],
|
|
"module": "node16",
|
|
"target": "es2020",
|
|
"noImplicitAny": false,
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node16"
|
|
}}
|