activitypub-models/tsconfig.json

17 wiersze
371 B
JSON
Czysty Zwykły widok Historia

2022-10-23 16:12:17 +00:00
{
"compilerOptions": {
"watch": true,
2022-10-23 16:27:10 +00:00
"outDir": "./dist",
"declaration": true,
2022-10-23 16:12:17 +00:00
"target": "es2016",
"module": "ES6",
"moduleResolution": "Node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"],
}