Commit 8f768cfc authored by nanahira's avatar nanahira

fix

parent a32769e3
Pipeline #43231 passed with stages
in 1 minute and 11 seconds
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
"outDir": "./dist", "outDir": "./dist",
"baseUrl": "./", "baseUrl": "./",
"incremental": true, "incremental": true,
"esModuleInterop": true "esModuleInterop": true,
"types": ["node", "jest"]
}, },
"compileOnSave": true, "compileOnSave": true,
"allowJs": true "allowJs": true
......
...@@ -7,7 +7,11 @@ ...@@ -7,7 +7,11 @@
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"declaration": true, "declaration": true,
"sourceMap": true "sourceMap": true,
"types": [
"node",
"jest"
]
}, },
"compileOnSave": true, "compileOnSave": true,
"allowJs": true, "allowJs": true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment