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