7 lines
120 B
JSON
7 lines
120 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/frontend/**/*"],
|
|
"exclude": [
|
|
"src/backend"
|
|
]
|
|
} |