@@ -1,4 +1,5 @@
{
+ "$schema": "http://json.schemastore.org/tsconfig",
"extends": "./tsconfig.ci.json",
"ts-node": {
"transpileOnly": true,
"extends": "./tsconfig.base.json",
"compilerOptions": {
"allowJs": true
"include": ["../static/app", "../tests/js", "../fixtures/js-stubs"]
}
@@ -1,5 +1,6 @@
- "name": "Sentry",
+ "$schema": "https://json.schemastore.org/package.json",
+ "name": "sentry",
"version": "0.0.0",
"private": true,
"repository": {