29 строки
630 B
JSON
29 строки
630 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"incremental": false,
|
|
"composite": false,
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"sourceMap": false,
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist",
|
|
"rootDir": ".",
|
|
"skipLibCheck": true,
|
|
"verbatimModuleSyntax": true,
|
|
"jsx": "react-jsx",
|
|
"lib": ["DOM"]
|
|
},
|
|
"references": [{ "path": "../compiler/tsconfig.json" }],
|
|
"include": [
|
|
".storybook/**/*.ts",
|
|
".storybook/**/*.tsx",
|
|
"src/",
|
|
"test/**/*.ts",
|
|
"e2e/**/*.ts",
|
|
"vite.config.ts",
|
|
"definitions/*.d.ts",
|
|
"stories/"
|
|
]
|
|
}
|