rust-analyzer/code/tsconfig.json

12 lines
223 B
JSON
Raw Normal View History

2018-07-30 18:58:49 +00:00
{
"compilerOptions": {
"module": "commonjs",
"target": "es6",
"outDir": "out",
"lib": [ "es6" ],
"sourceMap": true,
"rootDir": "."
},
2018-08-24 10:41:25 +00:00
"include": [ "src/*.ts" ],
2018-08-10 22:04:09 +00:00
}