solorice/.config/spicetify/CustomApps/history-in-sidebar/tsconfig.json
2024-08-27 10:39:38 +03:00

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/**/*"]
}