mirror of
https://github.com/typicode/json-server.git
synced 2025-08-06 15:19:25 +08:00
10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"extends": "@sindresorhus/tsconfig",
|
|
"compilerOptions": {
|
|
"module": "nodenext",
|
|
"incremental": true,
|
|
"outDir": "./lib",
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
} |