set up typescript-rtti (WIP)
This commit is contained in:
parent
6492ffda90
commit
39510cbeda
9 changed files with 274 additions and 14 deletions
|
@ -2,6 +2,15 @@
|
|||
"compilerOptions": {
|
||||
"target": "ES2022",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./obj"
|
||||
"outDir": "./build",
|
||||
"esModuleInterop": true,
|
||||
"allowJs": false,
|
||||
"noImplicitAny": false,
|
||||
"moduleResolution": "Node",
|
||||
"plugins": [
|
||||
{
|
||||
"transform": "typescript-rtti/dist/transformer"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue