mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"resolveJsonModule": true,
|
|
"target": "es2017"
|
|
},
|
|
"compileOnSave": true,
|
|
"include": ["src", "generateConfig.ts"]
|
|
}
|