Initial commit
This commit is contained in:
11
tsconfig.json
Normal file
11
tsconfig.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"display": "ESLint",
|
||||
"extends": "./packages/tsconfig/base.json",
|
||||
"compilerOptions": {
|
||||
"noImplicitAny": false,
|
||||
"noEmit": false,
|
||||
"target": "ESNext"
|
||||
},
|
||||
"include": ["eslint.config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user