tabs/tsconfig.frontend.json

12 lines
186 B
JSON
Raw Permalink Normal View History

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "resources/js",
"typeRoots": [
"frontend/ts/types"
]
},
"include": [
"frontend/ts/**/*"
]
}