mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-08-03 11:07:00 -04:00
13 lines
287 B
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
|
|
}
|
|
}
|