mirror of
https://github.com/intergalacticalvariable/reader.git
synced 2024-11-16 11:42:32 +08:00
33e14e5404
* feat: pdf * fix * fix
23 lines
560 B
JSON
23 lines
560 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "node16",
|
|
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"outDir": "build",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"allowJs": true,
|
|
"target": "es2022",
|
|
"lib": ["es2022"],
|
|
"skipLibCheck": true,
|
|
"useDefineForClassFields": false,
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"esModuleInterop": true,
|
|
"noImplicitOverride": true,
|
|
},
|
|
"compileOnSave": true,
|
|
"include": ["src"]
|
|
}
|