mirror of
https://github.com/netbirdio/docs.git
synced 2026-04-22 02:16:37 +00:00
add first version of tailwind docs
This commit is contained in:
13
generator/tsconfig.json
Normal file
13
generator/tsconfig.json
Normal file
@@ -0,0 +1,13 @@
|
||||
// generator files need their own tsconfig.json because they don't like "module": "esnext" setting that nextjs requires in the main tsconfig
|
||||
{
|
||||
"compilerOptions": {
|
||||
"incremental": true,
|
||||
"noImplicitAny": false,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"~/*": ["./*"]
|
||||
}
|
||||
},
|
||||
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
Reference in New Issue
Block a user