Initial commit
This commit is contained in:
12
pages/content-runtime/tsconfig.json
Normal file
12
pages/content-runtime/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "@extension/tsconfig/base",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@src/*": ["src/*"]
|
||||
},
|
||||
"types": ["chrome", "node", "./tailwind.d.ts"],
|
||||
"allowImportingTsExtensions": true
|
||||
},
|
||||
"include": ["src", "build.mts", "tailwind.config.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user