refactor: remove maps

This commit is contained in:
Shinwoo PARK 2023-12-03 21:19:33 +09:00
parent 85d538111d
commit 339d353163

View File

@ -2,11 +2,11 @@
"compilerOptions": {
"module": "commonjs",
"target": "ES2021",
"sourceMap": true,
"sourceMap": false,
"outDir": "./dist/lib",
"rootDir": "./src",
"declaration": true,
"declarationMap": true,
"declarationMap": false,
"experimentalDecorators": true,
"emitDecoratorMetadata": true
},
@ -14,4 +14,4 @@
"node_modules",
"dist",
],
}
}