16 lines
295 B
JSON
16 lines
295 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"module": "commonjs",
|
|
"declaration": false,
|
|
"noImplicitAny": false,
|
|
"removeComments": true,
|
|
"experimentalDecorators": true,
|
|
"noLib": false,
|
|
"jsx": "react",
|
|
"outDir": "dist"
|
|
},
|
|
"files": [
|
|
"src/index.tsx"
|
|
]
|
|
}
|