mirror of
https://github.com/golang/go
synced 2024-11-18 23:14:43 -07:00
15 lines
259 B
JSON
15 lines
259 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"target": "es6",
|
||
|
"outDir": "out",
|
||
|
"rootDir": "src",
|
||
|
"lib": [
|
||
|
"es6"
|
||
|
],
|
||
|
"sourceMap": true
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
]
|
||
|
}
|