Add js version of runtime that supports interface types and runs in browser (#137)

This commit is contained in:
Valery Antopol
2022-02-18 18:26:06 +03:00
committed by GitHub
parent 6dfeecd572
commit bbd006ed3c
69 changed files with 11489 additions and 283 deletions

View File

@ -0,0 +1,4 @@
module.exports = {
testEnvironment: 'node',
testPathIgnorePatterns: ['src'],
};