chore(config): 🔧 Update TypeScript compiler settings to enforce stricter type-checking and modernize options
This commit is contained in:
parent
d330f7fb60
commit
3b257dc7b2
1 changed files with 8 additions and 0 deletions
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "./tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"rootDir": "src",
|
||||
"outDir": "dist"
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue