First commit
This commit is contained in:
28
tsconfig.json
Normal file
28
tsconfig.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"extends": "@tsconfig/node14/tsconfig.json",
|
||||
"$schema": "https://json.schemastore.org/tsconfig",
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"target": "es2019",
|
||||
"jsx": "react",
|
||||
"module": "commonjs",
|
||||
"sourceMap": true,
|
||||
"outDir": "./dist/",
|
||||
"skipLibCheck": true,
|
||||
"lib": [
|
||||
"DOM"
|
||||
]
|
||||
},
|
||||
"settings": {
|
||||
"eslint.workingDirectories": [
|
||||
{"directory": "./node_modules", "changeProcessCWD": true }
|
||||
]
|
||||
},
|
||||
"exclude": [
|
||||
"./src/server "
|
||||
],
|
||||
"include": [
|
||||
"./src/client/*",
|
||||
"./src/client/types/**/*.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user