10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"rootDir": "./src",
|
|
"outDir": "./obj",
|
|
"moduleResolution": "nodenext"
|
|
},
|
|
"reflection": true
|
|
}
|