mirror of
https://github.com/bendtherules/react-vis-gridarea.git
synced 2026-08-18 13:51:59 +00:00
29 lines
485 B
JSON
29 lines
485 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": true,
|
|
"module": "commonjs",
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
],
|
|
"target": "es5",
|
|
"strict": true,
|
|
"jsx": "react",
|
|
"outDir": "./lib",
|
|
"preserveConstEnums": true,
|
|
"removeComments": true,
|
|
"inlineSourceMap": true,
|
|
"typeRoots": [
|
|
"./node_modules/@types"
|
|
]
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
"**/*-spec.ts"
|
|
]
|
|
}
|