mirror of
https://github.com/FlipsideCrypto/flipside-js.git
synced 2026-02-06 10:48:11 +00:00
16 lines
305 B
JSON
16 lines
305 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"sourceMap": true,
|
|
"module": "esnext",
|
|
"target": "es5",
|
|
"lib": ["es2015", "dom"],
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"jsxFactory": "h",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|