Files
App_nagakaws/tsconfig.json

13 lines
258 B
JSON
Raw Normal View History

2021-03-29 10:09:41 +07:00
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true
}
}