File tree Expand file tree Collapse file tree 5 files changed +2
-288
lines changed Expand file tree Collapse file tree 5 files changed +2
-288
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,12 @@ module.exports = {
22 preset : 'ts-jest' ,
33 collectCoverageFrom : [
44 'src/**/*.ts' ,
5- '!src/vendor-typings/**'
65 ] ,
76 testResultsProcessor : './node_modules/jest-junit-reporter' ,
87 testEnvironment : 'node' ,
98 testPathIgnorePatterns : [
109 '/build' ,
1110 '/node_modules/' ,
12- '/vendor-typings'
1311 ] ,
1412 coverageThreshold : {
1513 global : {
Original file line number Diff line number Diff line change 1111 "import" : " ./build/index.mjs"
1212 },
1313 "scripts" : {
14- "build" : " npm run build:clean && npm run compile && cp -R src/index.mjs src/vendor-typings build" ,
14+ "build" : " npm run build:clean && npm run compile && cp -R src/index.mjs build" ,
1515 "build:docs" : " typedoc --options typedoc.js --plugin typedoc-plugin-markdown src/ --out docs" ,
16- "build:clean" : " rm -rf build/*" ,
16+ "build:clean" : " rm -rf ' build/*' " ,
1717 "compile" : " tsc" ,
1818 "debug" : " ts-node-dev --inspect -- src/index.ts" ,
1919 "debug:break" : " ts-node-dev --inspect-brk -- src/index.ts" ,
Original file line number Diff line number Diff line change 1- /// <reference types="./vendor-typings/sqlite3" />
2-
31import * as sqlite3 from 'sqlite3'
42import { Statement } from './Statement'
53import { Database } from './Database'
Original file line number Diff line number Diff line change 1- /// <reference types="./vendor-typings/sqlite3" />
2-
31import * as sqlite3 from 'sqlite3'
42import { Statement } from './Statement'
53
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments