feat: toast package (#1073)

This commit is contained in:
Mo
2022-06-07 13:19:45 -05:00
committed by GitHub
parent de94fb69cf
commit 6d0b6e9018
27 changed files with 524 additions and 23 deletions

View File

@@ -0,0 +1,13 @@
{
"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"]
}