mirror of
https://github.com/PretendoNetwork/BOSS.git
synced 2026-03-21 17:34:19 -05:00
Some checks are pending
Build and Publish Docker Image / build-publish (push) Waiting to run
26 lines
451 B
JSON
26 lines
451 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"sourceMap": true,
|
|
"resolveJsonModule": true,
|
|
"module": "ES2022",
|
|
"esModuleInterop": true,
|
|
"moduleResolution": "bundler",
|
|
"baseUrl": "src",
|
|
"outDir": "dist",
|
|
"allowJs": true,
|
|
"target": "es2022",
|
|
"noEmitOnError": true,
|
|
"noImplicitAny": true,
|
|
"strictPropertyInitialization": true,
|
|
"verbatimModuleSyntax": true,
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"src"
|
|
]
|
|
} |