16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
},
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"target": "es2021",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"outDir": "build",
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|