9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"rootDir": "./src",
|
|
"outDir": "./obj",
|
|
"moduleResolution": "nodenext"
|
|
}
|
|
}
|