feat: whyrating - initial project from turbostarter boilerplate
This commit is contained in:
13
packages/ui/web/tsconfig.json
Normal file
13
packages/ui/web/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"extends": "@turbostarter/tsconfig/internal.json",
|
||||
"compilerOptions": {
|
||||
"lib": ["dom", "dom.iterable", "ES2022"],
|
||||
"jsx": "preserve",
|
||||
"rootDir": ".",
|
||||
"paths": {
|
||||
"#*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["*.ts", "src/**/*"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user