mirror of
https://github.com/rybbit-io/rybbit.git
synced 2025-05-18 23:41:50 +02:00
* auth * Add default user * setup auth * add auth to all endpoints * Add url logging * Add tomato.gg * Add analytics * Add correct url * fix auth * log url * change base url * replace api * wip * Test * test changes * bump * Add trusted origin * f * i almost give up * stop using middleware * Fix auth * Fix build
23 lines
No EOL
494 B
JSON
23 lines
No EOL
494 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"lib": [
|
|
"ES2020"
|
|
],
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |