mirror of https://github.com/tooot-app/app
19 lines
377 B
JSON
19 lines
377 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES6",
|
|
"allowSyntheticDefaultImports": true,
|
|
"jsx": "react-native",
|
|
"lib": ["dom", "esnext"],
|
|
"moduleResolution": "node",
|
|
"noEmit": true,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"strict": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"src/*": ["src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|