UNPKG

ember-a11y-testing

Version:
43 lines (42 loc) 1.13 kB
{ "compilerOptions": { "target": "es2018", "allowJs": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "noImplicitAny": true, "noImplicitThis": true, "alwaysStrict": true, "strictNullChecks": true, "strictPropertyInitialization": true, "skipLibCheck": true, "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noEmitOnError": false, "noEmit": true, "inlineSourceMap": true, "inlineSources": true, "baseUrl": ".", "module": "es6", "experimentalDecorators": true, "paths": { "dummy/tests/*": ["tests/*"], "dummy/*": ["tests/dummy/app/*", "app/*"], "ember-a11y-testing": ["addon"], "ember-a11y-testing/*": ["addon/*"], "ember-a11y-testing/test-support": ["addon-test-support"], "ember-a11y-testing/test-support/*": ["addon-test-support/*"], "*": ["types/*"] } }, "include": [ "app/**/*", "addon/**/*", "tests/**/*", "types/**/*", "test-support/**/*", "addon-test-support/**/*" ] }