mirror of
https://github.com/markmanx/isoflow.git
synced 2025-02-08 20:32:07 +00:00
13 lines
259 B
JSON
13 lines
259 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "./dist/",
|
|
"noImplicitAny": true,
|
|
"module": "es6",
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"allowJs": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"strict": true
|
|
}
|
|
}
|