Files
my-links/tsconfig.json
2024-06-02 23:59:57 +02:00

9 lines
187 B
JSON

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