CoolFace
Apppublic

plop-internal/responses.js

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes
tsconfig.json22 linesDownload Raw Back to root
1{2	"compilerOptions": {3		"allowSyntheticDefaultImports": true,4		"lib": ["ES2022", "DOM"],5		"module": "CommonJS",6		"moduleResolution": "node",7		"target": "ES2022",8		"forceConsistentCasingInFileNames": true,9		"strict": true,10		"noImplicitAny": true,11		"strictNullChecks": true,12		"skipLibCheck": true,13		"noImplicitOverride": true,14		"outDir": "./dist",15		"declaration": true,16		"declarationMap": true,17		"resolveJsonModule": true18	},19	"include": ["src", "test"],20	"exclude": ["dist"]21}22