@sertxudeveloper/markdown-editor
Version:
A customizable markdown editor for your projects
14 lines • 328 B
JSON
{
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"strict": false,
"jsx": "preserve",
"moduleResolution": "node",
"strictPropertyInitialization": false,
"noImplicitAny": false,
"strictNullChecks": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": false,
}
}