17 lines
295 B
JSON
17 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "amd",
|
|
"target": "es2015",
|
|
"noImplicitAny": false,
|
|
"sourceMap": false,
|
|
"rootDir": "src",
|
|
"outDir": "dist"
|
|
},
|
|
"exclude": [
|
|
"node_modules",
|
|
"server",
|
|
"ProtoTools",
|
|
"client",
|
|
"test"
|
|
]
|
|
} |