@anst/ts-config
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"$schema": "https://json.schemastore.org/tsconfig", | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"allowJs": true, | ||
"checkJs": true | ||
"checkJs": true, | ||
"declaration": true, | ||
"isolatedModules": true, | ||
"esModuleInterop": true, | ||
"inlineSourceMap": true, | ||
"resolveJsonModule": true, | ||
"emitDeclarationOnly": true, | ||
"typeRoots": ["node_modules"], | ||
"lib": [], | ||
"outDir": "dist", | ||
"target": "ES2017", | ||
"module": "commonjs", | ||
"removeComments": true, | ||
"jsx": "react", | ||
"forceConsistentCasingInFileNames": true | ||
}, | ||
"include": ["src"] | ||
} |
{ | ||
"name": "@anst/ts-config", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "My personal TypeScript configs", | ||
@@ -5,0 +5,0 @@ "main": "index.json", |
1328
52