notification-js/tsconfig.json

9 lines
165 B
JSON
Raw Normal View History

2020-12-01 11:35:56 +00:00
{
"extends": "./node_modules/gts/tsconfig-google.json",
"compilerOptions": {
"baseUrl": "./",
"declaration": false,
"moduleResolution": "node"
}
}