dos to unix

This commit is contained in:
night0721 2023-11-02 01:03:08 +00:00
parent 6f1a002c0b
commit 36edd5a2d0
2 changed files with 27 additions and 27 deletions

View file

@ -1,20 +1,20 @@
{ {
"compilerOptions": { "compilerOptions": {
"lib": ["ESNext"], "lib": ["ESNext"],
"module": "commonjs", "module": "commonjs",
"moduleResolution": "node", "moduleResolution": "node",
"target": "ESNext", "target": "ESNext",
"declaration": true, "declaration": true,
"outDir": "dist", "outDir": "dist",
"sourceMap": false, "sourceMap": false,
"esModuleInterop": true, "esModuleInterop": true,
"experimentalDecorators": true, "experimentalDecorators": true,
"emitDecoratorMetadata": true, "emitDecoratorMetadata": true,
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"skipLibCheck": true, "skipLibCheck": true,
"skipDefaultLibCheck": true, "skipDefaultLibCheck": true,
"resolveJsonModule": true "resolveJsonModule": true
}, },
"include": ["./src"], "include": ["./src"],
"exclude": ["./node_modules"] "exclude": ["./node_modules"]
} }

View file

@ -1,7 +1,7 @@
{ {
"git": { "git": {
"deploymentEnabled": { "deploymentEnabled": {
"main": false "main": false
} }
} }
} }