web/packages/models/tsconfig.json

11 lines
237 B
JSON
Raw Normal View History

2022-07-05 21:47:11 +03:00
{
"extends": "../../node_modules/@standardnotes/config/src/tsconfig.json",
2022-07-05 21:47:11 +03:00
"compilerOptions": {
"skipLibCheck": true,
"rootDir": "./src",
"outDir": "./dist"
2022-07-05 21:47:11 +03:00
},
"include": ["src/**/*"],
"exclude": ["**/*.spec.ts"]
2022-07-05 21:47:11 +03:00
}