Skip to content
Snippets Groups Projects
Commit 5514902c authored by yisding's avatar yisding
Browse files

run prettier format:fix

parent 264597f6
No related branches found
No related tags found
No related merge requests found
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"tsBuildInfoFile": "./lib/.e2e.tsbuildinfo"
"tsBuildInfoFile": "./lib/.e2e.tsbuildinfo",
},
"include": ["./**/*.ts"],
"references": [
{
"path": ".."
}
]
"path": "..",
},
],
}
......@@ -5,6 +5,6 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
"moduleResolution": "node",
},
}
......@@ -5,6 +5,6 @@
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node"
}
"moduleResolution": "node",
},
}
......@@ -15,14 +15,14 @@
"incremental": true,
"plugins": [
{
"name": "next"
}
"name": "next",
},
],
"paths": {
"@/*": ["./*"]
"@/*": ["./*"],
},
"forceConsistentCasingInFileNames": true
"forceConsistentCasingInFileNames": true,
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}
......@@ -6,14 +6,14 @@
"strict": true,
"resolveJsonModule": true,
"esModuleInterop": true,
"skipLibCheck": true
"skipLibCheck": true,
},
"include": [
"create-app.ts",
"index.ts",
"./helpers",
"questions.ts",
"package.json"
"package.json",
],
"exclude": ["dist"]
"exclude": ["dist"],
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment