10 lines
278 B
JSON
10 lines
278 B
JSON
|
|
{
|
||
|
|
"extends": "./tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
// <ts@next uncomment> "ignoreDeprecations": "6.0",
|
||
|
|
"module": "commonjs",
|
||
|
|
// This will stop functioning under typescript 7.0. We can probably just remove this test by then
|
||
|
|
"moduleResolution": "node"
|
||
|
|
}
|
||
|
|
}
|