Fix line endings

This commit is contained in:
Tarrgon
2026-05-29 08:43:48 -04:00
parent 66d4bd4926
commit 6ad3ee5f23
98 changed files with 6528 additions and 6528 deletions
+21 -21
View File
@@ -1,22 +1,22 @@
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"forceConsistentCasingInFileNames": false,
"inlineSourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"noImplicitAny": false,
"noUnusedLocals": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,
"skipLibCheck": true,
"lib": [
"ES2021.String"
]
},
"include": ["src"],
"exclude": ["node_modules"]
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"forceConsistentCasingInFileNames": false,
"inlineSourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"noImplicitAny": false,
"noUnusedLocals": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,
"skipLibCheck": true,
"lib": [
"ES2021.String"
]
},
"include": ["src"],
"exclude": ["node_modules"]
}