mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-02-03 22:05:05 +01:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"extends": [
|
|
// "@tsconfig/bun",
|
|
"@tsconfig/recommended",
|
|
"@tsconfig/node24",
|
|
"@tsconfig/strictest"
|
|
],
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"sourceMap": false,
|
|
"forceConsistentCasingInFileNames": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|