29 строки
666 B
JSON
29 строки
666 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"experimentalDecorators": true,
|
|
"noImplicitAny": false,
|
|
"sourceMap": true,
|
|
"outDir": "static/lib",
|
|
"declaration": true,
|
|
"declarationDir": "./static/lib",
|
|
"types": [
|
|
"node",
|
|
"chai",
|
|
"enzyme",
|
|
"mocha",
|
|
"react",
|
|
"react-dom",
|
|
"webpack-env"
|
|
],
|
|
"typeRoots": [ "./node_modules/@types" ],
|
|
"skipLibCheck": true
|
|
},
|
|
"files": [
|
|
"./tests.bundle.js"
|
|
]
|
|
}
|