|
- {
- "compilerOptions": {
- "target": "es2022",
- "module": "commonjs",
- "strict": true,
- "esModuleInterop": true,
- "skipLibCheck": true,
- "forceConsistentCasingInFileNames": true,
- "outDir": "dist",
- "experimentalDecorators": true,
- "emitDecoratorMetadata": true,
- "rootDir": "."
- },
- "include": [
- "src/**/*",
- "samples/**/*"
- ]
- }
|