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