11 lines
204 B
JSON
11 lines
204 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./static/typescript",
|
|
"module": "ES2022",
|
|
"target": "ES2022",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|