web/UILib.tsconfig.json

14 lines
332 B
JSON
Raw Normal View History

2022-06-09 17:45:15 +03:00
{
"extends": "./node_modules/@standardnotes/config/src/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"target": "es6",
2022-06-09 17:45:15 +03:00
"lib": ["es6", "dom", "es2016", "es2017"],
"types": ["react", "jest"],
2022-06-09 17:45:15 +03:00
"jsx": "react-jsx",
"declaration": true,
"moduleResolution": "node",
"skipLibCheck": true
}
}