Files
Gregor Lohaus 781e03c50c
Some checks failed
Publish codemirror-helix / publish (push) Failing after 2m16s
publish codemirrot helix package flow
2026-06-19 17:07:18 +02:00

20 lines
460 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "Bundler",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "dist",
"rootDir": "src",
"strict": true,
"noUncheckedIndexedAccess": true,
"skipLibCheck": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src"]
}