typocomath/tsconfig.json

13 lines
288 B
JSON

{
"compilerOptions": {
"target": "esnext",
"rootDir": "./src",
"outDir": "./build",
"moduleResolution": "nodenext",
"plugins": [ {
"transform": "ts-macros/dist/type-resolve",
"transformProgram": true
} ]
}
}