mirror of
https://github.com/vercel/flags.git
synced 2026-09-19 03:49:23 +08:00
5f3757afc7
* stop relying on workspace tsconfig closes #204 * add changeset
26 lines
673 B
JSON
26 lines
673 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Default",
|
|
"compilerOptions": {
|
|
"composite": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"inlineSources": false,
|
|
"isolatedModules": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"noUncheckedIndexedAccess": true,
|
|
"preserveWatchOutput": true,
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"moduleResolution": "node",
|
|
"module": "ES2020",
|
|
"types": ["@types/node"],
|
|
"jsx": "react"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|