2018-03-29 19:10:27 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2018-05-21 20:03:46 +00:00
|
|
|
"outDir": "./target/",
|
2018-03-29 19:10:27 +00:00
|
|
|
"sourceMap": true,
|
2018-05-21 20:03:46 +00:00
|
|
|
"skipLibCheck": true,
|
2018-03-29 19:10:27 +00:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es5",
|
2018-05-21 20:03:46 +00:00
|
|
|
"jsx": "react",
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"baseUrl": "./",
|
|
|
|
"lib": ["dom","es5", "scripthost", "es2015.promise"],
|
|
|
|
"paths": { "*": [ "./types/*"] },
|
|
|
|
"typeRoots" : [
|
|
|
|
"node_modules/@types",
|
|
|
|
"./types"]
|
2018-03-29 19:10:27 +00:00
|
|
|
}
|
|
|
|
}
|