Files
streetmerchant/tsconfig.json
T
Jef LeCompte f87053cb02 refactor: use gts instead of xo
feat: add browser opening to test:notification
feat: add c8 and mocha for testing
feat: update Docker and ci
style: update editorconfig
2021-01-17 15:21:53 -05:00

16 lines
293 B
JSON

{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"esModuleInterop": true,
"outDir": "build",
"resolveJsonModule": true,
"rootDir": ".",
// todo: remove
"skipLibCheck": true
},
"include": [
"src/**/*.ts",
"test/**/*.ts"
]
}