9 lines
186 B
JSON
9 lines
186 B
JSON
{
|
|
"extends": "@adonisjs/tsconfig/tsconfig.app.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./",
|
|
"outDir": "./build"
|
|
},
|
|
"references": [{ "path": "./tsconfig.inertia.json" }]
|
|
}
|