mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
10 lines
156 B
JSON
10 lines
156 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowImportingTsExtensions": true,
|
|
"esModuleInterop": true,
|
|
"module": "NodeNext"
|
|
},
|
|
"include": [
|
|
"./src"
|
|
]
|
|
} |