2022-12-06 17:10:18 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2022",
|
|
|
|
"rootDir": "./src",
|
2023-08-23 03:20:10 +00:00
|
|
|
"outDir": "./build",
|
2023-08-18 17:57:30 +00:00
|
|
|
"moduleResolution": "nodenext",
|
|
|
|
"plugins": [
|
|
|
|
{"transform": "ts-macros" }
|
|
|
|
]
|
2022-12-06 17:10:18 +00:00
|
|
|
}
|
|
|
|
}
|