js-rln/tsconfig.dev.json

8 lines
135 B
JSON
Raw Normal View History

2022-09-06 12:06:19 -04:00
{
"extends": "./tsconfig",
"compilerOptions": {
2024-02-17 00:29:57 +01:00
"module": "ESNext",
"moduleResolution": "Bundler",
2022-09-06 12:06:19 -04:00
"noEmit": true
2024-02-17 00:29:57 +01:00
}
}