mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
15 lines
335 B
JSON
15 lines
335 B
JSON
{
|
|
"exclude": ["src/**/*.test.ts"],
|
|
"compilerOptions": {
|
|
"outDir": "./lib",
|
|
"target": "esnext",
|
|
"module": "nodenext",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
"allowImportingTsExtensions": true,
|
|
"rewriteRelativeImportExtensions": true,
|
|
"erasableSyntaxOnly": true,
|
|
"verbatimModuleSyntax": true
|
|
}
|
|
}
|