11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./frontend/src/js",
|
|
"module": "ES2022",
|
|
"target": "ES2022",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|