mirror of
https://github.com/CompassConnections/Compass.git
synced 2025-12-23 22:18:43 -05:00
Format
This commit is contained in:
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"lib": ["es2020", "dom", "dom.iterable", "esnext"],
|
||||
"lib": [
|
||||
"es2020",
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
],
|
||||
"allowJs": true,
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
@@ -15,8 +20,12 @@
|
||||
"jsx": "preserve",
|
||||
"incremental": true,
|
||||
"paths": {
|
||||
"common/*": ["../common/src/*"],
|
||||
"web/*": ["./*"]
|
||||
"common/*": [
|
||||
"../common/src/*"
|
||||
],
|
||||
"web/*": [
|
||||
"./*"
|
||||
]
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
@@ -25,14 +34,18 @@
|
||||
]
|
||||
},
|
||||
"watchOptions": {
|
||||
"excludeDirectories": [".next"]
|
||||
"excludeDirectories": [
|
||||
".next"
|
||||
]
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.tsx",
|
||||
"../common/src/**/*.ts",
|
||||
// ".next/types/**/*.ts"
|
||||
"../common/src/**/*.ts"
|
||||
// ".next/types/**/*.ts"
|
||||
],
|
||||
"exclude": ["node_modules"]
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user