js-rln/tsconfig.dev.json

8 lines
135 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Bundler",
"noEmit": true
}
}