12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"rootDir": "./src",
|
|
"outDir": "./build",
|
|
"moduleResolution": "nodenext",
|
|
"plugins": [
|
|
{"transform": "ts-macros" }
|
|
]
|
|
}
|
|
}
|