2022-12-06 17:10:18 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2022",
|
|
|
|
"rootDir": "./src",
|
2023-01-25 13:42:23 +00:00
|
|
|
"outDir": "./build",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"allowJs": false,
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"moduleResolution": "Node",
|
2023-02-02 14:52:15 +00:00
|
|
|
"module": "commonjs",
|
2023-01-25 13:42:23 +00:00
|
|
|
"plugins": [
|
|
|
|
{
|
|
|
|
"transform": "typescript-rtti/dist/transformer"
|
|
|
|
}
|
|
|
|
]
|
2022-12-06 17:10:18 +00:00
|
|
|
}
|
|
|
|
}
|