ribbit/tsconfig.json
gsb 5983ce50fd Initial commit of ribbit library
Zero-dependency WYSIWYG markdown editor for the browser, extracted
from the ttfrog wiki engine. Initial commit.
2026-04-28 23:30:53 +00:00

15 lines
285 B
JSON

{
"compilerOptions": {
"strict": true,
"target": "ES2017",
"module": "ESNext",
"moduleResolution": "bundler",
"outDir": "dist",
"rootDir": "src",
"declaration": true,
"sourceMap": true,
"lib": ["ES2019", "DOM"]
},
"include": ["src/**/*.ts"]
}