separated type definitions and util functions
This commit is contained in:
11
tsconfig.eslint.json
Normal file
11
tsconfig.eslint.json
Normal file
@@ -0,0 +1,11 @@
|
||||
// Special typescript project file, used by eslint only.
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"include": [
|
||||
// repeated from base config's "include" setting
|
||||
"src",
|
||||
|
||||
// these are the eslint-only inclusions
|
||||
".eslintrc.json",
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user