SIGN IN SIGN UP
typicode / json-server UNCLAIMED

Get a full fake REST API with zero coding in less than 30 seconds (seriously)

75687 0 0 JavaScript
2024-01-02 02:44:13 +01:00
{
"exclude": ["src/**/*.test.ts"],
2024-01-02 02:44:13 +01:00
"compilerOptions": {
"outDir": "./lib",
"target": "esnext",
"module": "nodenext",
"skipLibCheck": true,
"strict": true,
"allowImportingTsExtensions": true,
"rewriteRelativeImportExtensions": true,
"erasableSyntaxOnly": true,
"verbatimModuleSyntax": true
2024-01-02 02:44:13 +01:00
}
}