organize config
This commit is contained in:
parent
0cd82ce775
commit
14952a75ba
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue