scaffold-davaverse-client-ui
Version:
A scaffolding tool for creating Dataverse client-side web resource projects with TypeScript, ESLint, Prettier, and Rollup
26 lines • 487 B
JSON
{
"compilerOptions": {
"outDir": "dist",
"target": "ES2018",
"module": "ESNext",
"moduleResolution": "node",
"lib": [
"ES2018",
"DOM"
],
"declaration": true,
"strict": true,
"noImplicitAny": true,
"skipLibCheck": true,
"types": [
"Xrm"
]
},
"include": [
"src/**/*"
],
"exclude": [
"node_modules",
"dist"
]
}