mirror of
https://github.com/daydreamer-json/ak-endfield-api-archive.git
synced 2026-03-27 17:52:35 +01:00
Add pages
This commit is contained in:
15
pages/tsconfig.json
Normal file
15
pages/tsconfig.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"extends": [
|
||||
// "@tsconfig/bun",
|
||||
"@tsconfig/recommended",
|
||||
"@tsconfig/node24",
|
||||
"@tsconfig/strictest"
|
||||
],
|
||||
"compilerOptions": {
|
||||
// Environment setup & latest features
|
||||
"lib": ["ESNext", "DOM"]
|
||||
// "target": "ESNext"
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user