Files
my-links/tsconfig.json
2025-01-03 02:00:37 +01:00

12 lines
187 B
JSON

{
"extends": "@adonisjs/tsconfig/tsconfig.app.json",
"compilerOptions": {
"rootDir": "./",
"outDir": "./build"
},
"exclude": [
"./inertia/**/*",
"node_modules",
"build"
]
}