Dmitriy Pleshevskiy
243f4f77e5
breaking!(context): client prop instead base url refac: change axios response to client response chore(deps): remove axios chore: update example Closes #2
22 lines
530 B
JSON
22 lines
530 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "target",
|
|
"module": "esnext",
|
|
"target": "es6",
|
|
"lib": ["dom", "es2020"],
|
|
"jsx": "react",
|
|
"moduleResolution": "node",
|
|
"pretty": true,
|
|
"noImplicitReturns": true,
|
|
"noImplicitThis": true,
|
|
"noImplicitAny": true,
|
|
"strict": true,
|
|
"strictNullChecks": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"declaration": true,
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
}
|