mirror of
https://github.com/FlipsideCrypto/flipside-js.git
synced 2026-02-06 10:48:11 +00:00
14 lines
245 B
JSON
14 lines
245 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"module": "commonjs",
|
|
"target": "es6",
|
|
"jsx": "react",
|
|
"jsxFactory": "h",
|
|
"allowJs": true,
|
|
"esModuleInterop": true
|
|
}
|
|
}
|