migrations fix
This commit is contained in:
@@ -18,9 +18,15 @@ cat > migrations/tsconfig.json << EOL
|
||||
"module": "commonjs",
|
||||
"esModuleInterop": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "node",
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"outDir": "../temp_migrations"
|
||||
"strict": false,
|
||||
"outDir": "../temp_migrations",
|
||||
"baseUrl": "..",
|
||||
"paths": {
|
||||
"*": ["node_modules/*"]
|
||||
}
|
||||
},
|
||||
"include": ["./*.ts"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user