|
@@ -12,7 +12,7 @@
|
|
|
"declarationMap": true,
|
|
"declarationMap": true,
|
|
|
"sourceMap": true,
|
|
"sourceMap": true,
|
|
|
"outDir": "./dist",
|
|
"outDir": "./dist",
|
|
|
- "rootDir": "./src",
|
|
|
|
|
|
|
+ "rootDir": ".",
|
|
|
"jsx": "react-jsx",
|
|
"jsx": "react-jsx",
|
|
|
"resolveJsonModule": true,
|
|
"resolveJsonModule": true,
|
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
@@ -20,6 +20,6 @@
|
|
|
"emitDecoratorMetadata": true,
|
|
"emitDecoratorMetadata": true,
|
|
|
"types": ["react"]
|
|
"types": ["react"]
|
|
|
},
|
|
},
|
|
|
- "include": ["src/**/*"],
|
|
|
|
|
- "exclude": ["node_modules", "dist", "tests"]
|
|
|
|
|
|
|
+ "include": ["src/**/*", "tests"],
|
|
|
|
|
+ "exclude": ["node_modules", "dist"]
|
|
|
}
|
|
}
|