Files
NetMesh/examples/plugins/hello-netcatty/tsconfig.json

14 lines
261 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"declaration": true,
"rootDir": "src",
"outDir": "dist",
"skipLibCheck": true
},
"include": ["src/**/*.ts"]
}