zed/styles/tsconfig.json
Nathan Sobo c289cdcac8 💄
2022-04-06 09:28:56 -06:00

15 lines
298 B
JSON

{
"compilerOptions": {
"target": "es2015",
"module": "commonjs",
"esModuleInterop": true,
"noImplicitAny": true,
"removeComments": true,
"preserveConstEnums": true,
"sourceMap": true
},
"exclude": [
"node_modules"
]
}