Skip to content

Commit 7b25691

Browse files
committed
Rework to be more like the BCF-XML 3.0 schema
1 parent 19ff761 commit 7b25691

13 files changed

+8654
-304
lines changed

Diff for: .npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.idea
22
test-data
3-
tests
3+
test

Diff for: babel.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module.exports = {
2+
presets: [
3+
['@babel/preset-env', { targets: { node: 'current' } }],
4+
'@babel/preset-typescript',
5+
],
6+
}

Diff for: jsconfig.json

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"typeAcquisition": {
3+
"include": [
4+
"jest"
5+
],
6+
}
7+
}

0 commit comments

Comments
 (0)