{ "compilerOptions": { "allowJs": true, "target": "es2022", "module": "commonjs", "esModuleInterop": true, "rootDir": "./src/", "outDir": "./dist/", "strict": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "removeComments": true, "noEmit": true }, "exclude": [ "./dist/", "./out/", "./bin/", "./demo/", ] }