mirror of
https://github.com/rowyio/rowy.git
synced 2026-05-18 05:05:28 +02:00
15 lines
278 B
JSON
15 lines
278 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "CommonJS",
|
|
"noImplicitReturns": true,
|
|
"noUnusedLocals": true,
|
|
"outDir": "lib",
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"target": "ESNext"
|
|
},
|
|
"compileOnSave": true,
|
|
"include": ["src"]
|
|
}
|