kopia lustrzana https://github.com/activitypub-js/activitypub-models
16 wiersze
357 B
JSON
16 wiersze
357 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declaration": true,
|
|
"target": "es2017",
|
|
"module": "commonjs",
|
|
"moduleResolution": "Node",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"],
|
|
}
|