Rewrote turborepo. Hopefully this is a bit more clean & easy to understand for me.
This commit is contained in:
6
turbo/generators/templates/tsconfig.json.hbs
Normal file
6
turbo/generators/templates/tsconfig.json.hbs
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"extends": "@gib/tsconfig/compiled-package.json",
|
||||
"compilerOptions": {},
|
||||
"include": ["*.ts", "src"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user