nextcloud-sharing/tsconfig.json

15 строки
279 B
JSON

{
"include": ["lib/**/*.ts"],
"exclude": ["lib/**/*.spec.ts"],
"compilerOptions": {
"rootDir": "lib",
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"declaration": true,
"outDir": "./dist",
"strict": true,
"lib": ["ES2015", "DOM"]
}
}