Remove unnecessary typescript config
This commit is contained in:
@@ -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"]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user