mirror of
https://github.com/labring/laf.git
synced 2026-01-25 16:07:45 +00:00
33 lines
747 B
JSON
33 lines
747 B
JSON
{
|
|
"compileOnSave": true,
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"allowUnreachableCode": false,
|
|
"allowUnusedLabels": false,
|
|
"declaration": true,
|
|
"module": "NodeNext",
|
|
"target": "ES2022",
|
|
"moduleResolution": "NodeNext",
|
|
"esModuleInterop": true,
|
|
"declarationMap": false,
|
|
"noEmitOnError": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"noImplicitAny": false,
|
|
"noUnusedLocals": false,
|
|
"noUnusedParameters": false,
|
|
"outDir": "dist",
|
|
"pretty": false,
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"stripInternal": true,
|
|
"skipDefaultLibCheck": true,
|
|
"skipLibCheck": true,
|
|
"alwaysStrict": true,
|
|
"lib": [
|
|
"ES2022"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*",
|
|
],
|
|
} |