mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-09-03 04:31:46 +02:00
17 lines
533 B
JSON
17 lines
533 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"lib": ["es2017"],
|
|
"allowJs": true,
|
|
"jsx": "react-native","noEmit": true,
|
|
"isolatedModules": true,"strict": true,
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": false },
|
|
"exclude": [
|
|
"node_modules", "babel.config.js", "metro.config.js", "jest.config.js"
|
|
]
|
|
}
|
|
|