23 lines
367 B
JSON
23 lines
367 B
JSON
{
|
|
"extends": "@flowgram.ai/ts-config/tsconfig.flow.path.json",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"isolatedModules": true,
|
|
"baseUrl": ".",
|
|
"types": [],
|
|
"paths": {
|
|
"@/*": [
|
|
"./src/*"
|
|
]
|
|
},
|
|
"rootDir": "./src",
|
|
"outDir": "./dist/types",
|
|
},
|
|
"include": [
|
|
"src"
|
|
],
|
|
"exclude": [
|
|
"node_modules",
|
|
]
|
|
}
|