Remove migrations tsconfig changes
This commit is contained in:
@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user