mirror of https://github.com/sbt/sbt.git
17 lines
324 B
JSON
17 lines
324 B
JSON
{
|
|
"compilerOptions": {
|
|
"noUnusedLocals": true,
|
|
"noUnusedParameters": true,
|
|
"noImplicitAny": true,
|
|
"noImplicitReturns": true,
|
|
"target": "es6",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"lib" : [ "es2016" ],
|
|
"outDir": "../client/server"
|
|
},
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
} |