Skip to content
Snippets Groups Projects
Commit ce9de85c authored by insert's avatar insert
Browse files

Fix compilation settings.

parent 87c958bc
Branches
No related merge requests found
Pipeline #317 passed with stage
in 55 seconds
......@@ -56,5 +56,9 @@
/* Experimental Options */
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"emitDecoratorMetadata": true /* Enables experimental support for emitting type metadata for decorators. */
}
},
"exclude": [
"src/**/*.test.ts",
"dist/**/*"
]
}
\ No newline at end of file
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