mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 12:02:04 +03:00
15 lines
298 B
JSON
15 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|