1e57ecfdd1
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Austin McKinley <austin@blueskyweb.xyz>
22 lines
587 B
JSON
22 lines
587 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2015",
|
|
"lib": ["DOM", "ESNext"],
|
|
"types": ["node", "vite/client"],
|
|
"allowJs": false,
|
|
"skipLibCheck": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"noEmit": true,
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"jsxFragmentFactory": "Fragment",
|
|
},
|
|
"include": ["src", "snippet", "vite.config.ts", "*.config.cjs", "eslint.config.mjs"]
|
|
}
|