Files
standardnotes-app-web/packages/encryption/tsconfig.json

12 lines
224 B
JSON

{
"extends": "../../UILib.tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "./dist",
"noEmit": true
},
"include": ["src/**/*"],
"exclude": ["node_modules"]
}