mirror of
https://github.com/honojs/hono.git
synced 2024-11-22 19:44:26 +01:00
16 lines
261 B
JSON
16 lines
261 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "es2020",
|
|
"module": "es2020",
|
|
"rootDir": "./src/",
|
|
"outDir": "./dist/",
|
|
},
|
|
"include": [
|
|
"src/**/*.mts"
|
|
],
|
|
"exclude": [
|
|
"src/**/*.ts",
|
|
"src/**/*.test.ts"
|
|
]
|
|
} |