mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 15:44:31 +03:00
13 lines
250 B
JSON
13 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2015",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"preserveConstEnums": true,
|
|
"sourceMap": true
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|