mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove migrations tsconfig changes
This commit is contained in:
parent
c356183acd
commit
ef4dfcfb3a
1 changed files with 2 additions and 15 deletions
|
|
@ -1,16 +1,3 @@
|
|||
{
|
||||
"$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"
|
||||
}}
|
||||
"extends": "@tsconfig/node14/tsconfig.json"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue