chatchat/tsconfig.json

14 lines
214 B
JSON
Raw Normal View History

2020-09-30 19:38:09 +00:00
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "commonjs",
2020-12-27 18:28:06 +00:00
"lib": ["dom"],
2020-09-30 19:38:09 +00:00
"target": "es5",
2020-12-27 18:28:06 +00:00
"strict": true,
2020-09-30 19:38:09 +00:00
"allowJs": true
}
}