mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
14 lines
338 B
JSON
14 lines
338 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2017",
|
|
"jsx": "react",
|
|
"module": "commonjs",
|
|
"resolveJsonModule": true,
|
|
"outDir": "dist",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["./src/**/*", "../../libs/shared/src/types/**/*"]
|
|
} |