Compare commits

..

No commits in common. "f386a526bf95afd792938581071545117a4389ab" and "45b748b4ca2f51636505d32821e50621b4e3e7fb" have entirely different histories.

View File

@ -14,12 +14,10 @@
"incremental": true,
"module": "esnext",
"esModuleInterop": true,
"allowSyntheticDefaultImports": true, //
"moduleResolution": "bundler", // : "node" "bundler"
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"baseUrl": ".", //
"plugins": [
{
"name": "next"