mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 22:53:25 +00:00
9 lines
187 B
JSON
9 lines
187 B
JSON
{
|
|
"extends": "@adonisjs/tsconfig/tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "./build"
|
|
},
|
|
"exclude": ["./inertia/**/*", "node_modules", "build"]
|
|
}
|