typocomath/tsconfig.json

18 lines
392 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"rootDir": "./src",
"outDir": "./build",
"esModuleInterop": true,
"allowJs": false,
"noImplicitAny": false,
"moduleResolution": "Node",
"module": "commonjs",
"plugins": [
{
"transform": "typescript-rtti/dist/transformer"
}
]
}
}