mateclaw/mateclaw-webchat/tsconfig.json

14 lines
278 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"outDir": "dist",
"declaration": true,
"declarationDir": "dist",
"lib": ["ES2020", "DOM", "DOM.Iterable"]
},
"include": ["src"]
}