remark-ofm/tsconfig.json

22 lines
476 B
JSON

{
"include": [
"src"
],
"compilerOptions": {
"lib": [
"ESNext"
],
"module": "ESNext",
"target": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": false,
"forceConsistentCasingInFileNames": true,
"outDir": "dist",
"declaration": true,
"declarationDir": "dist",
"moduleResolution": "node",
"downlevelIteration": true
}
}