vscode-string-html/tsconfig.json

12 lines
209 B
JSON

{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"sourceMap": false,
"outDir": "dist",
"rootDir": "src",
"lib": ["esnext"]
},
"exclude": ["node_modules", "tests"]
}
TypeScript 96.4%
JavaScript 3.6%