cinny/tsconfig.json
2022-12-18 18:25:24 +05:30

12 lines
229 B
JSON

{
"compilerOptions": {
"sourceMap": true,
"jsx": "react",
"target": "ES6",
"allowJs": true,
"esModuleInterop": true,
"moduleResolution": "Node"
},
"exclude": ["node_modules"],
"include": ["src"]
}