fix(): eslint setup
This commit is contained in:
17
tsconfig.linting.json
Normal file
17
tsconfig.linting.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "./tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
// "outDir": "dist/cjs",
|
||||
"target": "esnext",
|
||||
"rootDir": "../",
|
||||
"allowJs": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.*",
|
||||
"test/**/*.*",
|
||||
"examples/**/*.*",
|
||||
".eslintrc.cjs",
|
||||
"jest.config.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user