You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
easy-markdown-editor/tsconfig.json

22 lines
591 B
JSON

{
"compilerOptions": {
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitReturns": true,
"esModuleInterop": true,
"noFallthroughCasesInSwitch": true,
"declaration": false,
"lib": ["esnext", "dom", "dom.iterable"],
"module": "es2022",
"moduleResolution": "node",
"removeComments": false,
"sourceMap": true,
"allowJs": true,
"strict": true,
"target": "es2021",
"skipLibCheck": false,
"outDir": "dist/browser"
},
"files": ["src/index.ts"]
}