generated from nhcarrigan/template
@@ -4,7 +4,7 @@
|
||||
* @author Naomi Carrigan
|
||||
*/
|
||||
|
||||
import documentationData from "../data/docs.json";
|
||||
import documentationData from "../data/docs.json" assert { type: "json" };
|
||||
import type { FastifyPluginAsync } from "fastify";
|
||||
|
||||
/**
|
||||
|
||||
@@ -3,7 +3,8 @@
|
||||
"compilerOptions": {
|
||||
"rootDir": "./src",
|
||||
"outDir": "./prod",
|
||||
"resolveJsonModule": true
|
||||
"resolveJsonModule": true,
|
||||
"module": "esnext"
|
||||
},
|
||||
"exclude": ["./getDocs.ts"]
|
||||
}
|
||||
Reference in New Issue
Block a user