mantra/tsconfig.base.json

17 lines
333 B
JSON
Raw Normal View History

2021-05-10 23:13:23 +00:00
{
"extends": "@manuth/tsconfig/recommended",
"compilerOptions": {
"declaration": true,
"module": "CommonJS",
"lib": [
"ES2020"
],
"plugins": [
{
"name": "@manuth/typescript-eslint-plugin"
}
],
"target": "ES6"
}
}