Compare commits

..

1 Commits

Author SHA1 Message Date
9f1aa14c82 Create testJysin 2021-04-01 12:06:22 +05:30
3 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
},
"main": "lib/run.js",
"scripts": {
"build": "tsc --outDir ./lib --rootDir ./src",
"build": "tsc",
"test": "jest",
"test-coverage": "jest --coverage"
},

1
testJysin Normal file
View File

@ -0,0 +1 @@

View File

@ -58,7 +58,6 @@
/* Experimental Options */
// "experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
// "emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"skipLibCheck": true
},
"exclude": ["node_modules", "**/*.test.ts"]
}