-
Xiao Gui authored70d8ea8e
tsconfig.json 346 B
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"moduleResolution": "node",
"module": "esnext",
"target": "es2015",
"sourceMap": true,
"baseUrl": ".",
"paths": {
"third_party/*" : ["third_party/*"],
"src/*" : ["src/*"],
"common/*": ["common/*"]
}
}
}