Initial commit
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2019",
|
||||
"allowJs": true,
|
||||
"esModuleInterop": true,
|
||||
"module": "commonjs",
|
||||
"moduleResolution": "node",
|
||||
"emitDecoratorMetadata": true,
|
||||
"experimentalDecorators": true,
|
||||
"skipLibCheck": true,
|
||||
"skipDefaultLibCheck": true,
|
||||
"declaration": true,
|
||||
"sourceMap": false,
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"baseUrl": ".",
|
||||
"jsx": "react-jsx",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"resolveJsonModule": true,
|
||||
"checkJs": false
|
||||
},
|
||||
"include": ["src/"],
|
||||
"exclude": [
|
||||
"**/__tests__",
|
||||
"**/__fixtures__",
|
||||
"node_modules",
|
||||
"build",
|
||||
".cache"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user