mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 18:19:29 -07:00
- Update dependencies in package.json - Modify the input file in rollup.config.mjs - Update tsconfig.json with new configuration options
19 lines
450 B
JSON
19 lines
450 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["esnext", "dom"],
|
|
"removeComments": true,
|
|
"target": "es2021",
|
|
"module": "esnext",
|
|
"baseUrl": "./",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"moduleResolution": "node",
|
|
"jsx": "preserve",
|
|
"jsxImportSource": "solid-js"
|
|
},
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Recommended"
|
|
}
|