mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-02-04 06:15:04 +01:00
Hello
This commit is contained in:
15
tsconfig.json
Normal file
15
tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": [
|
||||
// "@tsconfig/bun",
|
||||
"@tsconfig/recommended",
|
||||
"@tsconfig/node24",
|
||||
"@tsconfig/strictest"
|
||||
],
|
||||
"compilerOptions": {
|
||||
"outDir": "./dist",
|
||||
"sourceMap": false,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user