typocomath/tsconfig.json

14 lines
317 B
JSON

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