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", "extends": "../../../tsconfig.json",
"compilerOptions": { "compilerOptions": {
"tsBuildInfoFile": "./lib/.e2e.tsbuildinfo" "tsBuildInfoFile": "./lib/.e2e.tsbuildinfo",
}, },
"include": ["./**/*.ts"], "include": ["./**/*.ts"],
"references": [ "references": [
{ {
"path": ".." "path": "..",
} },
] ],
} }
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"moduleResolution": "node" "moduleResolution": "node",
} },
} }
...@@ -5,6 +5,6 @@ ...@@ -5,6 +5,6 @@
"forceConsistentCasingInFileNames": true, "forceConsistentCasingInFileNames": true,
"strict": true, "strict": true,
"skipLibCheck": true, "skipLibCheck": true,
"moduleResolution": "node" "moduleResolution": "node",
} },
} }
...@@ -15,14 +15,14 @@ ...@@ -15,14 +15,14 @@
"incremental": true, "incremental": true,
"plugins": [ "plugins": [
{ {
"name": "next" "name": "next",
} },
], ],
"paths": { "paths": {
"@/*": ["./*"] "@/*": ["./*"],
}, },
"forceConsistentCasingInFileNames": true "forceConsistentCasingInFileNames": true,
}, },
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"] "exclude": ["node_modules"],
} }
...@@ -6,14 +6,14 @@ ...@@ -6,14 +6,14 @@
"strict": true, "strict": true,
"resolveJsonModule": true, "resolveJsonModule": true,
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": true "skipLibCheck": true,
}, },
"include": [ "include": [
"create-app.ts", "create-app.ts",
"index.ts", "index.ts",
"./helpers", "./helpers",
"questions.ts", "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