using my boilerplate yuh
This commit is contained in:
17
src/tsconfig.json
Normal file
17
src/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"lib": [
|
||||
"DOM",
|
||||
"es2021"
|
||||
],
|
||||
"types": [
|
||||
"chrome",
|
||||
"node"
|
||||
],
|
||||
},
|
||||
"exclude": [
|
||||
"../webpack"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user