shared library hinzugefügt
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
{
|
||||
"extends": "@repo/typescript-config/base.json",
|
||||
"extends": "@repo/typescript-config/nextjs.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "dist",
|
||||
"allowImportingTsExtensions": false,
|
||||
"baseUrl": ".",
|
||||
"jsx": "react-jsx"
|
||||
/* "moduleDirectories": ["node_modules", "."] */
|
||||
"jsx": "react-jsx",
|
||||
"types": ["node", "react"]
|
||||
},
|
||||
"include": ["**/*.ts", "./index.ts"],
|
||||
|
||||
"include": ["."],
|
||||
"exclude": ["node_modules", "dist"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user