Fix test-serializer building
This commit is contained in:
@@ -1,10 +1,15 @@
|
|||||||
{
|
{
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"target": "es5",
|
"target": "es5",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"experimentalDecorators": true
|
"moduleResolution": "node",
|
||||||
},
|
"experimentalDecorators": true,
|
||||||
"files": [
|
"typeRoots": [
|
||||||
"../typings/index.d.ts"
|
"../node_modules/@types"
|
||||||
|
],
|
||||||
|
"types": [
|
||||||
|
"node",
|
||||||
|
"es6-shim"
|
||||||
]
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -6,6 +6,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
target: 'node',
|
target: 'node',
|
||||||
output: {
|
output: {
|
||||||
|
path: __dirname,
|
||||||
filename: "test-serializer.js"
|
filename: "test-serializer.js"
|
||||||
},
|
},
|
||||||
resolve: {
|
resolve: {
|
||||||
|
|||||||
Reference in New Issue
Block a user