set up typescript-rtti (WIP)

This commit is contained in:
Jos de Jong 2023-01-24 17:46:53 +01:00
parent 6492ffda90
commit 39510cbeda
9 changed files with 274 additions and 14 deletions

View file

@ -4,6 +4,7 @@
description: 'A hopeful final typescipt-pragmatic mathjs proof-of-concept',
main: 'index.ts',
scripts: {
'build-and-run': 'ttsc -b && node build',
test: 'echo "Error: no test specified" && exit 1',
},
keywords: [
@ -17,7 +18,15 @@
type: 'git',
url: 'https://code.studioinfinity.org/glen/typocomath.git',
},
dependencies: {
'reflect-metadata': '0.1.13',
'typescript-rtti': '0.8.2',
},
devDependencies: {
typescript: '^4.9.3',
'@types/node': '18.11.18',
'ts-node': '10.9.1',
ttypescript: '1.5.15',
typescript: '4.8.4',
'typescript-rtti': '0.8.2',
},
}