18 lines
No EOL
419 B
JSON
18 lines
No EOL
419 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./target/",
|
|
"sourceMap": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": true,
|
|
"module": "commonjs",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"baseUrl": "./",
|
|
"lib": ["dom","es5", "scripthost", "es2015.promise"],
|
|
"paths": { "*": [ "./types/*"] },
|
|
"typeRoots" : [
|
|
"node_modules/@types",
|
|
"./types"]
|
|
}
|
|
} |