mirror of
https://github.com/theoludwig/eslint-config-conventions.git
synced 2024-11-08 19:11:31 +01:00
11 lines
206 B
JSON
11 lines
206 B
JSON
{
|
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "commonjs",
|
|
"lib": ["ESNext"],
|
|
"moduleResolution": "node",
|
|
"rootDir": "./"
|
|
}
|
|
}
|