Projektstart
This commit is contained in:
19
backend/node_modules/fast-copy/tsconfig/base.json
generated
vendored
Normal file
19
backend/node_modules/fast-copy/tsconfig/base.json
generated
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"esModuleInterop": true,
|
||||
"jsx": "react",
|
||||
"lib": ["DOM", "ESNext"],
|
||||
"module": "ESNext",
|
||||
"moduleResolution": "Node",
|
||||
"noImplicitAny": true,
|
||||
"outDir": "./dist",
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"inlineSources": true,
|
||||
"target": "es5",
|
||||
"types": ["jest", "node", "react"]
|
||||
},
|
||||
"exclude": ["node_modules"],
|
||||
"include": ["../src/*", "../__tests__/*"]
|
||||
}
|
||||
Reference in New Issue
Block a user