PronounsPage/tsconfig.json

13 lines
287 B
JSON

{
"extends": "./.nuxt/tsconfig.json",
"exclude": [
"new",
"logs",
"census"
],
"ts-node": {
// skip type checking as it causes some problems with CommonJS dependencies; type checking happens separately
"transpileOnly": true
}
}