paragon/tsconfig.json

20 lines
338 B
JSON

{
"extends": "@edx/typescript-config",
"compilerOptions": {
"noImplicitAny": true,
"allowJs": false,
"outDir": "dist"
},
"include": [
"lib/**/*",
"src/**/*",
"*.js",
".eslintrc.js",
"__mocks__/*",
"algolia-docsearch/*",
"bin/*",
"dependent-usage-analyzer/**/*",
"tokens/**/*"
]
}