Remove unnecessary typescript config
This commit is contained in:
parent
a8d6f21af9
commit
3ee4058dce
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"experimentalDecorators": true,
|
|
||||||
"emitDecoratorMetadata": true,
|
|
||||||
"resolveJsonModule": true,
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"module": "commonjs",
|
|
||||||
"moduleResolution": "node",
|
|
||||||
"target": "es2016",
|
|
||||||
"noImplicitAny": false,
|
|
||||||
"sourceMap": false,
|
|
||||||
"declaration": true,
|
|
||||||
"noEmit": true,
|
|
||||||
"jsx": "react",
|
|
||||||
"lib": ["es2019", "dom", "dom.iterable"]
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue