mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-16 02:05:04 +01:00
Fixed tsconfig.
This commit is contained in:
parent
3e71994767
commit
10f92d0178
@ -17,11 +17,20 @@
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
"baseUrl": "./src",
|
||||
"strictNullChecks": false,
|
||||
"noEmit": true,
|
||||
"jsx": "preserve",
|
||||
"incremental": false
|
||||
"incremental": false,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"assets/*": ["./src/assets/*"],
|
||||
"components/*": ["./src/components/*"],
|
||||
"lib/*": ["./src/lib/*"],
|
||||
"pages/*": ["./src/pages/*"],
|
||||
"queries/*": ["./src/queries/*"],
|
||||
"store/*": ["./src/store/*"],
|
||||
"styles/*": ["./src/styles/*"]
|
||||
}
|
||||
},
|
||||
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts"],
|
||||
"exclude": ["node_modules"]
|
||||
|
Loading…
Reference in New Issue
Block a user