mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-04-01 14:55:40 -05:00
19 lines
339 B
JSON
19 lines
339 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "node",
|
|
"baseUrl": "src",
|
|
"outDir": "dist",
|
|
"allowJs": true,
|
|
"target": "es2022",
|
|
"noEmitOnError": true,
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["src"]
|
|
} |