dotfiles/vscode/.vscode/extensions/tamasfe.even-better-toml-0.19.2/node.tsconfig.json
2024-07-19 18:31:54 -06:00

8 lines
112 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"module": "commonjs",
"target": "ES2017"
}
}