accessibility-comms
Version:
add accessibility to your website
18 lines • 360 B
JSON
{
"compilerOptions": {
"outDir": "./dist/",
"sourceMap": true,
"noImplicitAny": true,
"module": "esnext",
"target": "es6",
"declaration": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"skipLibCheck": true,
"lib": [ "ESNext" , "dom" ],
"baseUrl": "./"
},
"include": [
"src/**/*"
]
}