Initial commit of adonisjs boilerplate
This commit is contained in:
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "@adonisjs/tsconfig/tsconfig.app.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "./",
|
||||
"outDir": "./build"
|
||||
},
|
||||
"exclude": ["./inertia/**/*", "node_modules", "build"]
|
||||
}
|
Reference in New Issue
Block a user