|
@ -14,16 +14,33 @@ |
|
|
"isolatedModules": true, |
|
|
"isolatedModules": true, |
|
|
"jsx": "preserve", |
|
|
"jsx": "preserve", |
|
|
"incremental": true, |
|
|
"incremental": true, |
|
|
|
|
|
"paths": { |
|
|
|
|
|
"@/*": ["./src/*"], |
|
|
|
|
|
"@components/*": ["src/components/*"], |
|
|
|
|
|
"@containers/*": ["src/containers/*"], |
|
|
|
|
|
"@contexts/*": ["src/contexts/*"], |
|
|
|
|
|
"@framework/*": ["src/framework/basic-rest/*"], |
|
|
|
|
|
"@settings/*": ["src/settings/*"], |
|
|
|
|
|
"@styles/*": ["src/styles/*"], |
|
|
|
|
|
"@utils/*": ["src/utils/*"] |
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
// "paths": { |
|
|
|
|
|
// }, |
|
|
|
|
|
"incremental": true, |
|
|
|
|
|
"baseUrl": ".", |
|
|
"plugins": [ |
|
|
"plugins": [ |
|
|
{ |
|
|
{ |
|
|
"name": "next" |
|
|
"name": "next" |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"baseUrl": ".", |
|
|
|
|
|
"paths": { |
|
|
|
|
|
"@/*": ["./src/*"] |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
}, |
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], |
|
|
|
|
|
|
|
|
// "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"], |
|
|
|
|
|
"include": [ |
|
|
|
|
|
"next-env.d.ts", |
|
|
|
|
|
"additional.d.ts", |
|
|
|
|
|
"src/**/*.ts", |
|
|
|
|
|
"src/**/*.tsx" |
|
|
|
|
|
], |
|
|
"exclude": ["node_modules"] |
|
|
"exclude": ["node_modules"] |
|
|
} |
|
|
} |