chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-23 20:22:51 -07:00
parent dce812661c
commit e9c42aaef2
7 changed files with 17 additions and 24 deletions

View File

@@ -1,18 +1,8 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"target": "ES2017",
"module": "esnext",
"moduleResolution": "node",
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"noEmitHelpers": true,
"noEmitOnError": true,
"skipLibCheck": true,
"lib": ["es2018", "dom"],
"baseUrl": ".",
"paths": {
"~/*": ["src/*"]
}
},
"exclude": ["node_modules", "platforms"]
}
}