18 lines
424 B
JSON
18 lines
424 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Cerebrus Base",
|
|
"compilerOptions": {
|
|
"target": "es2023",
|
|
"skipLibCheck": true,
|
|
|
|
"moduleDetection": "force",
|
|
"allowImportingTsExtensions": true,
|
|
"verbatimModuleSyntax": true,
|
|
"noEmit": true,
|
|
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"erasableSyntaxOnly": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
}
|
|
}
|