mirror of
https://github.com/chenasraf/formplex-react.git
synced 2026-05-17 17:48:11 +00:00
18 lines
345 B
JSON
18 lines
345 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowSyntheticDefaultImports": true,
|
|
"noImplicitAny": true,
|
|
"module": "CommonJS",
|
|
"target": "es5",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"removeComments": false,
|
|
"declaration": true,
|
|
"declarationDir": "dist"
|
|
// "outDir": "dist",
|
|
},
|
|
"files": [
|
|
"src/index.ts"
|
|
]
|
|
}
|