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": {
|
||||
/* Basic Options */
|
||||
"target": "es2017",
|
||||
"module": "commonjs",
|
||||
"lib": ["es2015", "dom"],
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
|
||||
/* Strict Type-Checking Option */
|
||||
"strict": true,
|
||||
"noUnusedLocals": true,
|
||||
"noUnusedParameters": true,
|
||||
"noImplicitReturns": true,
|
||||
|
||||
/* For .json data */
|
||||
"resolveJsonModule": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"esModuleInterop": true
|
||||
},
|
||||
"include": ["src/**/*", "node_modules/@types/puppeteer/index.d.ts"],
|
||||
"exclude": ["node_modules", "**/*.test.ts"]
|
||||
|
||||
/* Module Resolution Options */
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
|
||||
/* Advanced Options */
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"skipLibCheck": true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue