mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 21:41:21 +08:00
Merge remote-tracking branch 'origin/next' into fix/addon-interactions-build
This commit is contained in:
commit
e37191110f
@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"declaration": true,
|
||||
"jsx": "preserve",
|
||||
"skipLibCheck": true,
|
||||
|
@ -6,7 +6,6 @@
|
||||
"jsx": "preserve",
|
||||
"importHelpers": true,
|
||||
"moduleResolution": "node",
|
||||
"experimentalDecorators": true,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"sourceMap": true,
|
||||
|
@ -5,6 +5,8 @@
|
||||
"target": "ES2020",
|
||||
"module": "CommonJS",
|
||||
"lib": ["es2020", "dom"],
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"outDir": "dist",
|
||||
"types": ["node"],
|
||||
"skipLibCheck": true,
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"emitDecoratorMetadata": false,
|
||||
"strict": true
|
||||
},
|
||||
"include": ["src/**/*"],
|
||||
|
@ -5,8 +5,6 @@
|
||||
"incremental": false,
|
||||
"noImplicitAny": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"jsx": "react",
|
||||
"moduleResolution": "Node",
|
||||
"target": "ES2020",
|
||||
|
@ -1,12 +1,9 @@
|
||||
{
|
||||
"compileOnSave": false,
|
||||
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"incremental": false,
|
||||
"noImplicitAny": true,
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": false,
|
||||
"jsx": "react",
|
||||
"moduleResolution": "Node",
|
||||
"target": "ES2020",
|
||||
@ -20,8 +17,6 @@
|
||||
"dom",
|
||||
"esnext"
|
||||
],
|
||||
|
||||
|
||||
"types": [
|
||||
"node",
|
||||
"jest"
|
||||
@ -35,7 +30,9 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"resolveJsonModule": true,
|
||||
"paths": {
|
||||
"verdaccio": ["./typings.d.ts"]
|
||||
"verdaccio": [
|
||||
"./typings.d.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
@ -48,7 +45,9 @@
|
||||
"**/*.test.ts",
|
||||
"**/setup-jest.ts"
|
||||
],
|
||||
"include": ["./**/*"],
|
||||
"include": [
|
||||
"./**/*"
|
||||
],
|
||||
"ts-node": {
|
||||
"transpileOnly": true,
|
||||
"files": true,
|
||||
@ -58,4 +57,4 @@
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user