Skip to content

Commit 8e23c6b

Browse files
committed
core readd configuration options
1 parent efb89ed commit 8e23c6b

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

packages/core/package.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,25 @@
8080
"source": "src",
8181
"output": "lib",
8282
"targets": [
83-
"commonjs",
84-
"module",
85-
"typescript"
83+
[
84+
"commonjs",
85+
{
86+
"sourceMaps": false
87+
}
88+
],
89+
[
90+
"module",
91+
{
92+
"sourceMaps": false
93+
}
94+
],
95+
[
96+
"typescript",
97+
{
98+
"project": "tsconfig.build.json",
99+
"tsc": "../../node_modules/typescript/bin/tsc"
100+
}
101+
]
86102
]
87103
},
88104
"eslintIgnore": [

0 commit comments

Comments
 (0)