mirror of
https://github.com/standardnotes/app.git
synced 2026-01-11 19:56:41 +00:00
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"extends": "../../node_modules/@standardnotes/config/src/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"rootDir": "src",
|
|
"outDir": "dist",
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"module": "es2022"
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["dist", "node_modules"]
|
|
}
|