mirror of
https://github.com/Ionaru/easy-markdown-editor
synced 2025-10-09 14:02:11 -06:00
21 lines
560 B
JSON
21 lines
560 B
JSON
{
|
|
"compilerOptions": {
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"esModuleInterop": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"declaration": false,
|
|
"lib": ["esnext", "dom", "dom.iterable"],
|
|
"module": "es2022",
|
|
"moduleResolution": "bundler",
|
|
"removeComments": false,
|
|
"sourceMap": true,
|
|
"allowJs": true,
|
|
"strict": true,
|
|
"target": "es2021",
|
|
"skipLibCheck": false
|
|
},
|
|
"files": ["src/index.ts"]
|
|
}
|