refactor: move jest and add package.json to /test

This commit is contained in:
Joe Previte
2021-01-20 16:37:49 -07:00
parent 646ee3ad7f
commit 883dd13850
12 changed files with 3859 additions and 1824 deletions

View File

@@ -15,9 +15,9 @@
"sourceMap": true,
"tsBuildInfoFile": "./.cache/tsbuildinfo",
"incremental": true,
"rootDir": "./src",
"typeRoots": ["./node_modules/@types", "./typings"],
"downlevelIteration": true
},
"include": ["./src/**/*.ts"]
"include": ["./src/**/*.ts"],
"exclude": ["test", "lib", "ci", "doc"]
}