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