dag-history-component/tsconfig.json

17 строки
334 B
JSON
Исходник Обычный вид История

{
"compilerOptions": {
"module": "commonjs",
"jsx": "react",
"target": "es5",
"noImplicitAny": false,
"sourceMap": false,
"experimentalDecorators": true,
"declaration": true,
"outDir": "lib"
},
"files": [
"src/index.ts",
"src/reducer.ts"
]
}