/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/custom-server/tsconfig.server.json
12 строк
236 B
Max Proske
Convert many examples to TypeScript (#41825)
26 окт 2022, 23:28
Не верифицирован
26 окт 2022, 23:28
5dd4999
Код
Авторство
О чём код?
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "commonjs", "outDir": "dist", "lib": ["es2019"], "target": "es2019", "isolatedModules": false, "noEmit": false }, "include": ["server.ts"] }