mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 22:14:21 -04:00
🔧 Root tsconfig.json
This commit is contained in:
parent
b9133b9037
commit
d53c08d5ce
1 changed files with 14 additions and 9 deletions
|
@ -1,17 +1,22 @@
|
||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
/* Basic Options */
|
||||||
"target": "es2017",
|
"target": "es2017",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"lib": ["es2015", "dom"],
|
"lib": ["es2015", "dom"],
|
||||||
"typeRoots": ["node_modules/@types"],
|
|
||||||
|
/* Strict Type-Checking Option */
|
||||||
"strict": true,
|
"strict": true,
|
||||||
"noUnusedLocals": true,
|
|
||||||
"noUnusedParameters": true,
|
/* For .json data */
|
||||||
"noImplicitReturns": true,
|
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"noFallthroughCasesInSwitch": true,
|
|
||||||
"esModuleInterop": true
|
/* Module Resolution Options */
|
||||||
},
|
"moduleResolution": "node",
|
||||||
"include": ["src/**/*", "node_modules/@types/puppeteer/index.d.ts"],
|
"esModuleInterop": true,
|
||||||
"exclude": ["node_modules", "**/*.test.ts"]
|
|
||||||
|
/* Advanced Options */
|
||||||
|
"forceConsistentCasingInFileNames": true,
|
||||||
|
"skipLibCheck": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue