organize config

This commit is contained in:
Jordan Sexton 2021-12-27 20:01:55 -06:00
parent 0cd82ce775
commit 14952a75ba
1 changed files with 2 additions and 2 deletions

View File

@ -2,14 +2,14 @@
"include": ["src", "types"],
"exclude": ["node_modules"],
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"outDir": "lib/esm",
"noEmit": false,
"declaration": true,
"sourceMap": true,
"noEmitOnError": true,
"stripInternal": true,
"module": "esnext",
"target": "esnext",
"moduleResolution": "node",
"strict": true,
"esModuleInterop": true,