mirror of
https://github.com/fergalmoran/bitchmin.git
synced 2026-02-14 20:04:52 +00:00
13 lines
174 B
JSON
13 lines
174 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
".eslintrc.js",
|
|
"babel.config.js"
|
|
],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"noEmit": true
|
|
}
|
|
}
|